X-Git-Url: https://git.ucc.asn.au/?a=blobdiff_plain;f=testing%2FMCTXWeb%2Fpublic_html%2Fstatic%2Fmctx.control.js;h=212f7088b7010f45b9d71e744c1257784e45c1fb;hb=7deca6b4e089e76e279ae84c0aa25728d91e8fd9;hp=f414a82fc327dd88fec5d67c1aee328945808bed;hpb=5106e0f55d86a97b8714bda63a8e275e62a0cc2a;p=matches%2FMCTX3420.git 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(); }