Jump to content

User:Lovro Ilijasic/wikiassistant.js

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Lovro Ilijasic (talk | contribs) at 15:59, 22 June 2015 (https to http). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.
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='http://wikiassistant.info/public/scripts/wikiassistant.css'>");
 
// Load JS
$("head").append("<script type='text/javascript' src='http://wikiassistant.info/public/scripts/wikiassistant.js'>");