Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums JavaScript Debugging a button Re: Debugging a button

#71611
burtflaxton
Participant

I was able to fix the issue by comparing old/new files. One of the “class” had been changed to an “id” in the latest release.

Still curious as to the methods used for debugging these issues. I use firebug, but maybe there is something else that can help with these type of errors.