X-Git-Url: https://git.ucc.asn.au/?p=matches%2FMCTX3420.git;a=blobdiff_plain;f=testing%2FMCTXWeb%2Fpublic_html%2Fstatic%2Fmctx.control.js;h=212f7088b7010f45b9d71e744c1257784e45c1fb;hp=f414a82fc327dd88fec5d67c1aee328945808bed;hb=1788aa399989e919221f0bf4c8b6114bef4a49a9;hpb=89b198c2c3125da966450c087d820c04c1fef0b7 diff --git a/testing/MCTXWeb/public_html/static/mctx.control.js b/testing/MCTXWeb/public_html/static/mctx.control.js index f414a82..212f708 100644 --- a/testing/MCTXWeb/public_html/static/mctx.control.js +++ b/testing/MCTXWeb/public_html/static/mctx.control.js @@ -21,6 +21,7 @@ function toggleControls(running) { $("#start-widget").hide(); } else { $("#start-widget").show(); + $("#start-widget input").removeAttr("disabled"); $("#experiment-stop").hide(); $("#pressure-widget").hide(); }