]> code.citadel.org Git - citadel.git/blobdiff - webcit-ng/static/js/views.js
Activate mouse-up events on rooms in the mail folder list.
[citadel.git] / webcit-ng / static / js / views.js
index 2d65edb3bdde01e93332f6c9fe7a5a27cae4f357..5292050bc9205970e4d0eace5b516efaf988a973 100644 (file)
@@ -1,10 +1,9 @@
-// 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.
 
 
-
 // Clear the sidebar buttons of any style indicating that one is selected
 function clear_sidebar_selection() {
        var items = document.getElementById("ctdl-sidebar").getElementsByTagName("*");