https://bugzilla.wikimedia.org/show_bug.cgi?id=48019
--- Comment #13 from Andre Klapper <[email protected]> --- Tpt just fixed bug 48531 by https://de.wikisource.org/w/index.php?title=MediaWiki%3ACommon.js&diff=2003222&oldid=1803972 It seems that hasClass excepts to receive only one parameter but receives two. So likely somebody just needs to change else if (hasClass(hc, 'mw-hidden-cats-hidden')) { to else if ($(hc).hasClass('mw-hidden-cats-hidden')) { in http://it.wikivoyage.org/wiki/MediaWiki:Common.js (plus the other occurrences of "hasClass"). This should be fixed on-wiki by anybody who was sufficient rights, and confirmed here that it works. -- 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
