MediaWiki

Difference between revisions of "Monobook.js"

From Vanimedia

 
Line 2: Line 2:
  
 
$(document).ready(function() {
 
$(document).ready(function() {
     addJs('http://vanisource.org/js-include/vanisearch-template-adjust.js');
+
     addJs('https://vanisource.org/js-include/vanisearch-template-adjust.js');
 
});
 
});

Latest revision as of 12:48, 13 June 2017

function addJs(js) { $('<script type="text/javascript" src="' + js + '"></script>').insertAfter('#globalWrapper'); }

$(document).ready(function() {
    addJs('https://vanisource.org/js-include/vanisearch-template-adjust.js');
});