This script makes version 2 Beta 4 crash. Works ok with version 1.7
After the software has crashed and closed, there’s still processes running which need to be closed down through Task Manager before the software can be started again.
$(document).ready(function() {
$("#delete_button").click(function(event) {
if( !confirm(‘Are you sure that you want to submit the form’) )
event.preventDefault();
});
});
Just to be more specific, the software still crashes using the javascript code above but it’s now possible to start the software again after it’s crashed using Beta4.
Sorry, I didn’t realise there was a later version. It said within the software it was the latest version.
I’ve removed Beta4 and installed the latest version and it doesn’t crash now.
Thanks