MediaWiki:Common.js: Difference between revisions

From Delanor Wiki
Jump to navigation Jump to search
Created page with "Any JavaScript here will be loaded for all users on every page load.: window.tabberOptions = { manualStartup: true }; mw.loader.using('jquery.tabber', function () { $('.tabber').each(function () { new tabberObj({ div: this }); }); });"
 
Blanked the page
Tag: Blanking
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
/* Any JavaScript here will be loaded for all users on every page load. */
window.tabberOptions = {
    manualStartup: true
};


mw.loader.using('jquery.tabber', function () {
    $('.tabber').each(function () {
        new tabberObj({ div: this });
    });
});

Latest revision as of 20:32, 3 July 2025