Quote:
Originally Posted by Junsee
I have some js code (not my own as I am really lacking in java knowledge)
|
So is the author of that code.
Quote:
Code:
for ( var s = 0; s <= spans.length; ++s ) {
|
Remove the '=' as it causes an addressing error, then see if it changes anything.