X-Git-Url: https://git.ucc.asn.au/?a=blobdiff_plain;f=testing%2FMCTXWeb%2Fpublic_html%2Fcontrol.html;h=034a50ce4e883e17eead2fe98a5ff828646a7ee4;hb=HEAD;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..034a50c 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(); @@ -106,6 +107,7 @@
+
@@ -181,7 +183,6 @@  

-