Difference between revisions of "MediaWiki:Common.js"

From Tibia Tactics Knowledge Base
Line 5: Line 5:
 
window.onload = function(){
 
window.onload = function(){
 
   $("table.shrink").tableShrinker()
 
   $("table.shrink").tableShrinker()
});
+
};

Revision as of 21:42, 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.onload = function(){
  $("table.shrink").tableShrinker()
};