On Fri, Sep 18, 2009 at 10:31, Yeramihi <[email protected]> wrote: > > dom[licznik] is undefined > file:///C:/Users/Wojtek/AppData/Roaming/Mozilla/Firefox/Profiles/bcz0dutq.default/extensions/%7Be4a8a97b-f2ed-450b-b12d-ee082ba24781%7D/components/greasemonkey.js > Line 669
(...) > variable licznik should be only between 1 and 21, but FireBug is > reporting it has reached value of 669 (?) No: the error message states that your problem happened on line 669 (669 is not an array index). Unfortunately for you, GM did not report your script error correctly: that's why the file mentioned is greasemonkey.js (and not your script file). -- Olivier --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "greasemonkey-users" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/greasemonkey-users?hl=en -~----------~----~----~----~------~----~------~--~---
