https://bugzilla.wikimedia.org/show_bug.cgi?id=34594
--- Comment #11 from Krinkle <[email protected]> 2012-02-22 23:03:53 UTC --- (In reply to comment #10) > And what about comment 5? > That problem make it mw.user.options.get('usebetatoolbar') useless since it > doesn't tell us if the new toolbar is enabled or not. That's not related to WikiEditor but user.options in general. But I'll answer here now that we're here. It returns null because user.options module isn't loaded yet. This should be fixes as of earlier today when user.options was moved to the top of the page before the load queue, and if not simply add a dependency on user.options, and then this will be available no matter what. -- 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
