]> code.citadel.org Git - citadel.git/blobdiff - webcit/static/mobile.js
* add conditional to check room-types
[citadel.git] / webcit / static / mobile.js
index dd8f104b9db2763ca4c9fa05fbcdf2dd3726e99c..275481a8f1a9d091f97b8036945cee2bf2970294 100644 (file)
@@ -24,7 +24,7 @@ req.onreadystatechange = function (aEvt) {
   }
 };
 req.send(null); */
-  window.location = "/mobilemsg/"+msgnum+"?Mail=1";
+  window.location = "/mobilemsg/"+msgnum;
 }
 function CtdlHideMsg() {
        currentMsgDisplay.style.display = "none";