X-Git-Url: https://code.citadel.org/?a=blobdiff_plain;f=webcit-ng%2Fstatic%2Findex.html;h=7c49ed90da7b7ea82976d349222f9abbaa4fbf0b;hb=8611acef7ff4213c28ad20ff755d34509870bc96;hp=43aff8ce8981db2de3a2c918c4e7a120216c4ab8;hpb=b39cf1f773ef3c14c06f46dc45e676c126808918;p=citadel.git diff --git a/webcit-ng/static/index.html b/webcit-ng/static/index.html index 43aff8ce8..7c49ed90d 100644 --- a/webcit-ng/static/index.html +++ b/webcit-ng/static/index.html @@ -1,85 +1,70 @@ Citadel - - - - - - - - - - - -
- - -
- - - - - -
-Loading... - -
- - -
+ + @@ -101,7 +86,7 @@ var overlayBg = document.getElementById("myOverlay"); // Toggle between showing and hiding the sidebar, and add overlay effect -function w3_open() { +function sidebar_open() { if (sidebar.style.display === 'block') { sidebar.style.display = 'none'; overlayBg.style.display = "none"; @@ -114,7 +99,7 @@ function w3_open() { // Close the sidebar with the close button -function w3_close() { +function sidebar_close() { sidebar.style.display = "none"; overlayBg.style.display = "none"; }