Jump to content

User:Lovro Ilijasic/wikiassistant.js

From Wikipedia, the free encyclopedia
This is the current revision of this page, as edited by Lovro Ilijasic (talk | contribs) at 20:24, 22 June 2015 (back to //). The present address (URL) is a permanent link to this version.
(diff) ← Previous revision | Latest revision (diff) | Newer revision → (diff)
Note: After saving, you have to bypass your browser's cache to see the changes. Google Chrome, Firefox, Microsoft Edge and Safari: Hold down the ⇧ Shift key and click the Reload toolbar button. For details and instructions about other browsers, see Wikipedia:Bypass your cache.
// Load CSS
$("head").append("<link rel='stylesheet' href='//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css'>")
         .append("<link rel='stylesheet' type='text/css' href='//wikiassistant.info/public/scripts/wikiassistant.css'>");
 
// Load JS
$("head").append("<script type='text/javascript' src='//wikiassistant.info/public/scripts/wikiassistant.js'>");