https://bugzilla.wikimedia.org/show_bug.cgi?id=49056
Max Semenik <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution|--- |INVALID --- Comment #1 from Max Semenik <[email protected]> --- MobileFrontend doesn't load your MediaWiki:Common.js (which contains your custom collapse code) by design - because desktop and mobile environments are very different and you may miss on mobile a lot of tings you take for granted in desktop JS. Therefore, if you need such functionality on mobile version of your site, you'll need to port the relevant code to MediaWiki:Mobile.js. -- 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
