]> code.citadel.org Git - citadel.git/blobdiff - webcit-ng/static/js/defs.js
Pass through the data to tell the client if it has room aide privileges and/or permis...
[citadel.git] / webcit-ng / static / js / defs.js
index dfaf7be98f595b46662f58f67ba1f89254d7d3c5..571afc03d7431826fdb3cef4f52694f4947fcf1e 100644 (file)
@@ -19,6 +19,8 @@ var logged_in = 0;
 var current_user = _("Not logged in.");
 var serv_info;
 var last_seen = 0;
+var is_room_aide = 0;
+var can_delete_messages = 0;
 var messages_per_page = 20;
 var march_list = [] ;