Little bug
|
|
A JS checker noted a couple of issues with the code: the 'for' and 'if' statements in Lines 73-75 don't have opening and closing brackets. Suggest changing these to for(var i = 0; i < targets.length; i++) {
|
![]() ![]() |
Thanks, for the report. I haven't had time to look at this issues. I see you have implemented another script with similar purposes. I've just peek at your code and it seems a *lot* simpler than mine. So I probably halt using mine script and use yours. Best regards,
|

