Jump to content

MediaWiki:Common.js: Difference between revisions

From epicEFI Wiki
No edit summary
No edit summary
Line 1: Line 1:
mw.hook('wikipage_content').fire(() => {
mw.hook( 'wikipage.content' ).fire( $content );
  console.log("hook");
});

Revision as of 19:29, 10 January 2026

mw.hook( 'wikipage.content' ).fire( $content );