]> code.citadel.org Git - citadel.git/blobdiff - webcit-ng/static/js/views.js
Implement all calling functionality for Delete
[citadel.git] / webcit-ng / static / js / views.js
index f3cb58e030dd52569fa64f1439b23cb09d089f1f..e3896dd302b7ae863c3cdba859d570cc6d9efb73 100644 (file)
@@ -21,7 +21,7 @@ function clear_sidebar_selection() {
 function render_room_view() {
 
        // The view renderer will set its own room navigation buttons
-       for (const d of ["ctdl-newmsg-button", "ctdl-ungoto-button", "ctdl-skip-button", "ctdl-goto-button"]) {
+       for (const d of ["ctdl-newmsg-button", "ctdl-ungoto-button", "ctdl-skip-button", "ctdl-goto-button", "ctdl-delete-button"]) {
                document.getElementById(d).style.display = "none";
        }