Possible javascript issue - SOLVED

honest

New member
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.
 
Last edited by a moderator:
$(document).ready(function() {
$("#delete_button").click(function(event) {
if( !confirm(‘Are you sure that you want to submit the form’) )
event.preventDefault();
});
});
 
There may be a multithreading issue here. Please upgrade to the final version of ExeOutput 2 if you are still with the Beta 4.
 
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.
 
Is there any specific reason why you stay with Beta 4 while we already released the final version?
 
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
 
Back
Top