Difference between revisions of "MediaWiki:Common.js"

From Theonomy Wiki
(removed autoexpand feature (too much load on the server))
Line 1: Line 1:
 
/* Any JavaScript here will be loaded for all users on every page load. */
 
/* Any JavaScript here will be loaded for all users on every page load. */
 
/* autoexpand the category  tree */
 
$( document ).ready(function() {
 
      $('.CategoryTreeToggle[data-ct-state="collapsed"]').click();
 
});
 

Revision as of 17:02, 13 July 2020

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