Forums / Craftwork / Client-side / help please

GHengeveld
#27226 2010-11-22 06:44
If you add an
alert("triggered...");
in the place where the arrow is placed, you can check if it's fired twice. You will get 2 alert popups in that case. Placing an alert is a common way to help debug JS code.