X-Git-Url: https://git.ucc.asn.au/?a=blobdiff_plain;f=testing%2FMCTXWeb%2Fpublic_html%2Fpintest.html;h=9372ee8ec989952bf1578a695946a8325254d59f;hb=edb6df04611c10dca29799a1e08096bd4ca28303;hp=10310c75f65dc8d70e53376116df7d69b7450fb8;hpb=c959db1c5f17fb1555b0f67e90bdbcc5ccfe6af0;p=matches%2FMCTX3420.git diff --git a/testing/MCTXWeb/public_html/pintest.html b/testing/MCTXWeb/public_html/pintest.html index 10310c7..9372ee8 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(); }); }) @@ -68,148 +57,164 @@ -