MediaWiki:Common.js: Difference between revisions

No edit summary
No edit summary
Line 19: Line 19:


/* For Favicon  */
/* For Favicon  */
document.write("<link rel='shortcut icon' href='https://linguifex.com/assets/Linguifex4v1.png' type='image/x-icon'>");
$("<link>", {
rel: "shortcut icon",
type: "image/x-icon",
href: "https://linguifex.com/assets/Linguifex4v1.png"
}).appendTo("head");