X-Git-Url: https://git.ucc.asn.au/?a=blobdiff_plain;f=testing%2FMCTXWeb%2Fpublic_html%2Findex.html;h=77c7f75d7ed2072de56c555ffcf109b4c2461cb5;hb=6f3aae14ebd9074c87fea90bddb8fb423108683b;hp=9f2ab04c9d218e33e34861b0dabbe7fdd0676407;hpb=0bcd433fc420fa29bfaaca732acf689c9603e59d;p=matches%2FMCTX3420.git diff --git a/testing/MCTXWeb/public_html/index.html b/testing/MCTXWeb/public_html/index.html index 9f2ab04..77c7f75 100644 --- a/testing/MCTXWeb/public_html/index.html +++ b/testing/MCTXWeb/public_html/index.html @@ -3,12 +3,7 @@ MCTX3420 Web Interface - - - @@ -21,126 +16,157 @@ //Set the welcome bar var name = " " + (mctx.friendlyName ? mctx.friendlyName : ""); $("#welcome-container").text("Welcome"+ name + "!"); - //$("#menu-container").populateNavbar(); - + $("#logout-container").css("display", "block"); $("#logout").click(function () { $("#logout").logout(); }); - - $("#main_controls").submit(function () { - //Validate! - return false; - }); - - $("#errorlog").setErrorLog(); }); - }) + }).always(function () { + $(document).ready(function () { + //$("#sidebar-menu").populateNavMenu(); + }); + }); -