https://bugzilla.wikimedia.org/show_bug.cgi?id=48165
--- Comment #5 from Matthew Flaschen <[email protected]> --- Alex is right. That particular class can not be easily added on the server. This is because Echo doesn't just add a class with JavaScript. It uses a module called jquery.badge (https://gerrit.wikimedia.org/r/gitweb?p=mediawiki/core.git;a=blob;f=resources/jquery/jquery.badge.js;hb=HEAD) to modify and style the HTML. However, the above change introduces two classes, 'echo-no-unread-notifications' and 'mw-echo-unread-notifications' that are added on the server. Neither jquery.badge nor the existing Echo client-side code removes them, so they are present with and without JavaScript. -- 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
