Difference between revisions of "MediaWiki:Common.js"

From Tibia Tactics Knowledge Base
Line 4: Line 4:
  
 
$(window).load(function() {
 
$(window).load(function() {
  options = {
+
   $("table.shrink").tableShrinker()
        showToggleAll: true
 
  }
 
 
 
   $("table.shrink").tableShrinker(options)
 
 
});
 
});

Revision as of 19:47, 15 May 2020

/* Any JavaScript here will be loaded for all users on every page load. */

mw.loader.load( '/wiki/index.php?title=MediaWiki:Jquery.table-shrinker.js&action=raw&ctype=text/javascript' );

$(window).load(function() {
  $("table.shrink").tableShrinker()
});