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
My event was firing twice because I accidentally included both my_scripts.js AND my_scripts.min.js. Ensure you only include one.