X-Git-Url: https://git.ucc.asn.au/?a=blobdiff_plain;f=testing%2FMCTXWeb%2Fpublic_html%2Fpintest.html;h=92abf93bbd531e31e918d9823f5fe2d2993b9e2d;hb=0654fb285c91da103314610cd4f27295e3da38f3;hp=fbc941108e0141912c4b2c98e802d22251dcf729;hpb=df1a9751a2d23cc9d43bf49c069ac9effc2a752f;p=matches%2FMCTX3420.git diff --git a/testing/MCTXWeb/public_html/pintest.html b/testing/MCTXWeb/public_html/pintest.html index fbc9411..92abf93 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(); }); }) @@ -106,16 +95,21 @@
+