]> code.citadel.org Git - citadel.git/blobdiff - webcit-ng/static/js/login.js
webcit-ng uses biff notifications now
[citadel.git] / webcit-ng / static / js / login.js
index 7c555e99cfd8f34ada6c60f6297714e9cbf8e762..b9e80a0cc2335b6ff0ba97fd1197e80ed4d25528 100644 (file)
@@ -40,10 +40,10 @@ function display_login_screen(any_message) {
 // When the user elects to log out, we just call /ctdl/a/logout and let the system flush the session.
 // When we go back to ctdl_startup() it will detect that we are no longer logged in, and do the right thing.
 //function logout() {
-logout = async() => {
-       response = await fetch("/ctdl/a/logout");
-       ctdl_startup();                                 // let the regular startup code take care of everything else
-}
+//logout = async() => {
+       //response = await fetch("/ctdl/a/logout");
+       //ctdl_startup();                                       // let the regular startup code take care of everything else
+//}
 
 
 function login_button(username) {