https://bugzilla.wikimedia.org/show_bug.cgi?id=27605
Mark A. Hershberger <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] Blocks| |27339 --- Comment #1 from Mark A. Hershberger <[email protected]> 2011-02-22 02:10:32 UTC --- not sure if this is a MW/RL problem or something particular to WMF wikis. Marking as a WMF problem for now. Tested on id.wikipedia.org and got "onloadFuncts.length is null or not an object" Using debug=true, I found it was from this area: 59 window.addOnloadHook = function( hookFunct ) { 60 // Allows add-on scripts to add onload functions 61 if( !doneOnloadHook ) { 62 onloadFuncts[onloadFuncts.length] = hookFunct; 63 } else { 64 hookFunct(); // bug in MSIE script loading 65 } -- 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
