2015: live: Disable annoying default click handler for room links.
authorDavid Thompson <dthompson2@worcester.edu>
Sat, 21 Mar 2015 01:26:02 +0000 (21:26 -0400)
committerDavid Thompson <dthompson2@worcester.edu>
Sat, 21 Mar 2015 01:26:02 +0000 (21:26 -0400)
2015/assets/js/stream.js

index 7c5b2175a70e9efd453b76eacb01a1815830bfcf..04a8489994de02eb37a7261603a0f7ea8eb4976e 100644 (file)
@@ -192,6 +192,8 @@ app.view = function(ctrl) {
                      }
 
                      ctrl.stream(s);
+
+                     return false;
                    }
                  }, m("a.alt-a", { href: "#" }, s.name));
                }))));