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:
cecb434
)
2015: live: Update stats immediately when switching rooms.
author
David Thompson
<dthompson2@worcester.edu>
Sat, 21 Mar 2015 01:29:11 +0000
(21:29 -0400)
committer
David Thompson
<dthompson2@worcester.edu>
Sat, 21 Mar 2015 01:29:11 +0000
(21:29 -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 04a8489994de02eb37a7261603a0f7ea8eb4976e..b3f63d76855dad20a7c6a70df14f4b3ce6f2a7b2 100644
(file)
--- a/
2015/assets/js/stream.js
+++ b/
2015/assets/js/stream.js
@@
-192,6
+192,7
@@
app.view = function(ctrl) {
}
ctrl.stream(s);
+ ctrl.updateStats();
return false;
}