I have a button that calls a javascript function using an event handler. For some reason, the event handler is being called twice.
Here is my button (I am using a ph
I know this is an old post, but for this type of error:
In this case, you need to do something to unbind the listener once you no longer need to listen.