projects
/
libreplanet-static.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
441abee
)
2015: live: Disable annoying default click handler for room links.
author
David Thompson
<dthompson2@worcester.edu>
Sat, 21 Mar 2015 01:26:02 +0000
(21:26 -0400)
committer
David Thompson
<dthompson2@worcester.edu>
Sat, 21 Mar 2015 01:26:02 +0000
(21:26 -0400)
2015/assets/js/stream.js
patch
|
blob
|
blame
|
history
diff --git
a/2015/assets/js/stream.js
b/2015/assets/js/stream.js
index 7c5b2175a70e9efd453b76eacb01a1815830bfcf..04a8489994de02eb37a7261603a0f7ea8eb4976e 100644
(file)
--- a/
2015/assets/js/stream.js
+++ b/
2015/assets/js/stream.js
@@
-192,6
+192,8
@@
app.view = function(ctrl) {
}
ctrl.stream(s);
+
+ return false;
}
}, m("a.alt-a", { href: "#" }, s.name));
}))));