X-Git-Url: https://git.ucc.asn.au/?a=blobdiff_plain;ds=sidebyside;f=testing%2FMCTXWeb%2Fpublic_html%2Fpintest.html;h=506d7c52e6e9b2f453208fe3db744a3b88ab1369;hb=c93b3c1b0dc67d03e4f60d99785929b8c319ddb6;hp=ba7f7424fe905d4768ccd1b3d6024f6c68c98367;hpb=240e81a949d2da733377824358d785ffa1958a38;p=matches%2FMCTX3420.git diff --git a/testing/MCTXWeb/public_html/pintest.html b/testing/MCTXWeb/public_html/pintest.html index ba7f742..506d7c5 100644 --- a/testing/MCTXWeb/public_html/pintest.html +++ b/testing/MCTXWeb/public_html/pintest.html @@ -30,15 +30,6 @@ }); $(document).ready(function () { - //Set the welcome bar - var name = " " + (mctx.friendlyName ? mctx.friendlyName : ""); - $("#welcome-container").text("Welcome"+ name + "!"); - $("#content").css("display", "block"); - - $("#logout").click(function () { - $("#logout").logout(); - }); - $("#gpio-menu").populateDropdown(mctx.pintest.gpios, "GPIO "); $("#pwm-menu").populateDropdown(mctx.pintest.pwms, "PWM "); @@ -59,8 +50,6 @@ } }); $("#adc-controls").trigger("reset").setADCControl(); - - $("#errorlog").setErrorLog(); }); }) @@ -86,6 +75,7 @@
+
@@ -106,17 +96,21 @@
+