MediaWiki:Common.js: Difference between revisions

m
no edit summary
m (PLEASE USE THE CACHE PARAMETERS)
mNo edit summary
Line 9: Line 9:
   document.getElementsByTagName( 'head' )[0].appendChild( script );
   document.getElementsByTagName( 'head' )[0].appendChild( script );
    
    
   hookEvent( 'load', function()
   addOnloadHook(function () { new CollapsibleTables(); });
  { new CollapsibleTables(); } );
}
}