https://bugzilla.wikimedia.org/show_bug.cgi?id=60536
--- Comment #4 from Kunal Mehta (Legoktm) <[email protected]> --- (In reply to comment #3) > [[d:MediaWiki:Gadget-RfDHelper.js]] is executed when viewing > [[d:Wikidata:Requests for deletions]] only. I only thought about this when you said that, but the main portion of the script is only executed on [[d:WD:RFD]], however the gadget has a dependency upon 'mediawiki.language', which is loaded on every page even though it isn't used. We can fix that by wrapping the script in a mw.loader.using call, which I'll do today. -- You are receiving this mail because: You are on the CC list for the bug. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
