Add option to inject JS on wikidata results lists
This commit is contained in:
parent
e773bab7ce
commit
0167890147
|
@ -1747,6 +1747,7 @@ final class NodaWikidataFetcher {
|
||||||
<meta name=\"theme-color\" content=\"#0b1728\" />
|
<meta name=\"theme-color\" content=\"#0b1728\" />
|
||||||
<link rel=\"shortcut icon\" sizes=\"16x16 32x32\" href=\"../img/mdlogo-nodac.svg.png\" />
|
<link rel=\"shortcut icon\" sizes=\"16x16 32x32\" href=\"../img/mdlogo-nodac.svg.png\" />
|
||||||
<link rel=\"apple-touch-icon\" sizes=\"256x256\" href=\"../img/mdterm-256px.png\" />
|
<link rel=\"apple-touch-icon\" sizes=\"256x256\" href=\"../img/mdterm-256px.png\" />
|
||||||
|
<script type=\"text/javascript\" src=\"../js/wikidataGetter.js\" async></script>
|
||||||
<meta http-equiv=\"content-type\" content=\"text/html; charset=UTF-8\"/>";
|
<meta http-equiv=\"content-type\" content=\"text/html; charset=UTF-8\"/>";
|
||||||
if (defined("MAIN_CSS_FILE")) {
|
if (defined("MAIN_CSS_FILE")) {
|
||||||
$output .= "<link rel=\"stylesheet\" type=\"text/css\" href=\"" . htmlspecialchars(MAIN_CSS_FILE) . "\">";
|
$output .= "<link rel=\"stylesheet\" type=\"text/css\" href=\"" . htmlspecialchars(MAIN_CSS_FILE) . "\">";
|
||||||
|
|
Loading…
Reference in New Issue
Block a user