* (bug 30497) Add client-nojs and client-js classes on document element to let styles...
[lhc/web/wiklou.git] / resources / mediawiki.page / mediawiki.page.ajaxCategories.init.js
1 mw.page.ajaxCategories = new mw.ajaxCategories();
2 jQuery( document ).ready( function(){
3 // Separate function for call to prevent jQuery
4 // from executing it in the document context.
5 mw.page.ajaxCategories.setup();
6 } );