]> code.citadel.org Git - citadel.git/blobdiff - webcit-ng/static/index.html
This is a better version of detect_logged_in() for webcit-ng that
[citadel.git] / webcit-ng / static / index.html
index 5e02bb2d969b1ef99a2ef36c265991683ed1635b..4e1f71b3acd1c787dd54e100aef82021c53fbaf4 100644 (file)
@@ -1,7 +1,7 @@
 <!DOCTYPE html>
 
 <!-- 
----- Copyright (c) 1996-2021 by Art Cancro and the citadel.org team.
+---- Copyright (c) 1996-2022 by Art Cancro and the citadel.org team.
 ---- This program is open source software.  You can redistribute it and/or
 ---- modify it under the terms of the GPL (General Public License) version 3.
 -->
 
 <!-- Modal dialog (when needed) -->
 <div id="ctdl_big_modal" class="w3-modal" style="display:none; z-index:5">
-       <div class="w3-modal-content">
-               <div id="ctdl_big_modal_content" class="w3-container">
-                       <p>Loading...</p>
-               </div>
-       </div>
+LOADING
 </div>
 
 <!-- Top container -->