https://bugzilla.wikimedia.org/show_bug.cgi?id=33729
Lupo <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #1 from Lupo <[email protected]> 2012-01-16 08:19:39 UTC --- This is a bug in [[sr:MediaWiki:Common.js]], line 140: function isClass is not defined. Not a MediaWiki bug, but a bug in the local site-wide JS. To fix, replace all occurrenes of "isClass" in [[sr:MediaWiki:Common.js]] by "hasClass" (defined on line 38 of the same file). -- Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. You are on the CC list for the bug. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
