More actions
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
mw.hook( 'wikipage.categories' ).add( function ( $content ) { | mw.hook( 'wikipage.categories' ).add( function ( $content ) { | ||
console.debug($content); | |||
console.log("wikipage.categories:" + $content.find( '.CategoryTreeToggle' ).length); | console.log("wikipage.categories:" + $content.find( '.CategoryTreeToggle' ).length); | ||
}); | }); |