]> code.citadel.org Git - citadel.git/blobdiff - webcit-ng/static/js/main.js
javascript
[citadel.git] / webcit-ng / static / js / main.js
index 0170a987aba037465982c312e67a0320ecb8ad7e..5aac5f8e66f4efe3456e35c1f8a44bd44c285030 100644 (file)
@@ -1,5 +1,5 @@
 //
-// Copyright (c) 2016-2017 by the citadel.org team
+// Copyright (c) 2016-2018 by the citadel.org team
 //
 // This program is open source software; you can redistribute it and/or modify
 // it under the terms of the GNU General Public License version 3.
@@ -201,5 +201,5 @@ function gotoroom_2(data) {
        default_view = data.default_view;
        last_seen = data.last_seen;
        update_banner();
-       render_room_view();
+       render_room_view(0, 9999999999);
 }