https://bugzilla.wikimedia.org/show_bug.cgi?id=16754





--- Comment #6 from RenĂ© Kijewski <[email protected]>  2009-01-02 
00:21:32 UTC ---
I see: Only users with bad coded scripts are affected.

The line
> for(var i in staticRows) {
needs to be changed to
> for(var i = 0; i < staticRows.length; ++i) {


-- 
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

Reply via email to