User talk:Hazard-SJ/global.js

Latest comment: 12 years ago by Hazard-SJ

You need replace replace the importAnyScript() function with the following and this will work again.

 function importAnyScript(lang,family,script) {
   mw.loader.load('//' + lang + '.' + family
       + '.org/w/index.php?title='
       + script + '&action=raw&ctype=text/javascript');
 }

-- MarkAHershberger(talk) 17:09, 18 February 2012 (UTC)Reply

Thanks.  Hazard-SJ  ±  07:14, 19 February 2012 (UTC)Reply
Return to the user page of "Hazard-SJ/global.js".