https://bugzilla.wikimedia.org/show_bug.cgi?id=22987
--- Comment #12 from Platonides <[email protected]> 2010-04-22 12:13:07 UTC --- I thought that you meant line 83 of Vector.combined.min.js, while it only has 16. I disabled $wgUsabilityInitiativeResourceMode = 'raw';, Vector.combined.min.js is loaded. wgVectorEnabledModules is only checked on that file, not set. The page html output include: <script type="text/javascript">var wgVectorPreferences = { "collapsiblenav": { "enable": null } }; var wgVectorEnabledModules = { "collapsiblenav": true, "collapsibletabs": true, "editwarning": false, "footercleanup": false, "simplesearch": true };</script> alert(wgVectorEnabledModules.collapsibletabs) shows true -- Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email ------- 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
