MediaWiki:Common.js: Difference between revisions
No edit summary |
No edit summary |
||
| Line 19: | Line 19: | ||
/* For Favicon */ | /* For Favicon */ | ||
$("<link>", { | |||
rel: "shortcut icon", | |||
type: "image/x-icon", | |||
href: "https://linguifex.com/assets/Linguifex4v1.png" | |||
}).appendTo("head"); | |||