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(').add(() => {
mw.hook('wikipage_content').add(() => {
   console.log("hook");
   console.log("hook");
});
});

Revision as of 19:27, 10 January 2026

mw.hook('wikipage_content').add(() => {
  console.log("hook");
});