https://bugzilla.wikimedia.org/show_bug.cgi?id=48384
kipod <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution|--- |INVALID --- Comment #10 from kipod <[email protected]> --- Thanks to Eran roze, the mystery is solved. There is no problem and no regression: the issue came from other script calling $.ajaxSetup(). Apparently, the ajaxSetup changes are global, so slight change in the load order of scripts can cause one script to crap on another all of a sudden (both scripts are old - until now the bug was hidden, prolly because of load order). i am closing this is "invalid", and will remove all uses of $.ajaxSetup() from hewiki. the irony here is that it was i who introduce the ajaxSetup() call. i guess some recent change caused some shifts in script load order, and this pretty old bug was triggered. apologies y'all for the noise, peace. -- 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
