X-Git-Url: https://git.ucc.asn.au/?a=blobdiff_plain;f=testing%2FMCTXWeb%2Fpublic_html%2Fcontrol.html;h=4eb331468d3b1b2c85677c53fc2012b1c76ad313;hb=5106e0f55d86a97b8714bda63a8e275e62a0cc2a;hp=18769d26c75763587d71130e92b1cdeadb50ecc1;hpb=405c90a5f1a40c540bb27553077b3d01203fe622;p=matches%2FMCTX3420.git diff --git a/testing/MCTXWeb/public_html/control.html b/testing/MCTXWeb/public_html/control.html index 18769d2..4eb3314 100644 --- a/testing/MCTXWeb/public_html/control.html +++ b/testing/MCTXWeb/public_html/control.html @@ -18,9 +18,10 @@ $(document).ready(function () { $("form").submit(function () { //Prevent form submit globally return false; - }).each(function () { - this.reset(); - }); + }).trigger("reset"); //Reset forms + + //Force enable start buttons if previously disabled + $("#start-controls input[type='button']").removeAttr("disabled"); //Set the status updated $("#state-exp").setStatusUpdater(); @@ -181,7 +182,6 @@  

-