https://bugzilla.wikimedia.org/show_bug.cgi?id=36753
--- Comment #3 from Ryan Kaldari <[email protected]> 2012-05-11 06:54:08 UTC --- It looks like there's a race condition between mediawiki.action.edit.js and http://en.wikipedia.org/wiki/MediaWiki:Common.js/edit.js (which is loaded from MediaWiki:Common.js). In theory, mediawiki.action.edit.js is supposed to load after MediaWiki:Common.js/edit.js. mediawiki.action.edit.js is loaded on document.ready, while MediaWiki:Common.js is loaded via mw.loader.using( 'mediawiki.util', function() {}. -- 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
