MediaWiki

Monobook.js: Difference between revisions

No edit summary
 
(8 intermediate revisions by 3 users not shown)
Line 1: Line 1:
/* Deprecated; use [[MediaWiki:common.js]] */
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');
});

Latest revision as of 06:29, 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');
});