]> code.citadel.org Git - citadel.git/blobdiff - webcit-ng/static/js/roomlist.js
Grammar change in the license declaration.
[citadel.git] / webcit-ng / static / js / roomlist.js
index 969d1d311a5f2b626c0047bfb999bd5a4d046698..0fc0969cbe0be8971e568e1f96801ca16c7f5b94 100644 (file)
@@ -1,13 +1,13 @@
-// Copyright (c) 2016-2022 by the citadel.org team
+// Copyright (c) 2016-2023 by the citadel.org team
 //
 // This program is open source software.  Use, duplication, or
-// disclosure are subject to the GNU General Public License v3.
+// disclosure is subject to the GNU General Public License v3.
 
 
 function render_room_list() {
 
        document.getElementById("ctdl-newmsg-button").style.display = "none";           // There is no "enter" button on this screen
-       document.getElementById("ctdl-main").innerHTML = "<img src=\"/ctdl/s/images/throbber.gif\" />"; // show throbber while loading
+       document.getElementById("ctdl-main").innerHTML = "<div class=\"ctdl-middle\"><img src=\"/ctdl/s/images/throbber.gif\" /></div>";        // show throbber while loading
        clear_sidebar_selection();
        document.getElementById("ctdl-sidebar-button-forums").classList.add("ctdl-sidebar-button-selected");