ungoto/skip/goto ui taking shape...
[citadel.git] / webcit-ng / static / js / main.js
index f0b0e90a4484b300f55c22cfe8b4abbb1cf531b6..943d7519fdddc5f987664f3e39015de4fae73c83 100644 (file)
@@ -212,8 +212,10 @@ function gotoroom_2(data) {
 
 
 // Goto next room with unread messages
+// which_oper is 0=ungoto, 1=skip, 2=goto
 //
-function gotonext() {
+function gotonext(which_oper) {
+       if (which_oper != 2) return;            // FIXME implement the other two
        if (march_list.length == 0) {
                load_new_march_list();          // we will recurse back here
        }