https://bugzilla.wikimedia.org/show_bug.cgi?id=41453
[email protected] changed: What |Removed |Added ---------------------------------------------------------------------------- Web browser|--- |Google Chrome --- Comment #11 from [email protected] 2012-11-09 14:44:48 UTC --- Here are a few cases where I wasn't able to reproduce it in my local wiki either: * On Firefox 16.0.2: ** $wgResourceLoaderDebug = true ** $wgResourceLoaderDebug = false * On Chrome 22.0.1229.94 ** $wgResourceLoaderDebug = true ** $wgResourceLoaderDebug = false, with cache disabled (CTRL+SHIFT+J > Settings > Disable cache) ** $wgResourceLoaderDebug = false, using CTRL+SHIFT+R (or SHIFT+RightClick+Reload) instead of clicking in the logo to reload the page ** $wgResourceLoaderDebug = false, removing the 'jquery.spinner' from the command mw.loader.using in the gadget. The ready callback was executed, but the mw.loader.load command didn't load the module "ext.gadget.bug41453b" -- 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
