dynamic room content

This commit is contained in:
Zachary Chai
2016-11-09 15:29:36 -05:00
parent 7068d0b023
commit d22cc3e6d0
9 changed files with 43 additions and 37 deletions

View File

@ -2,7 +2,7 @@
var sessionStatusRefresh = function(url) {
$.get(url + "/session_status_refresh", function(html) {
$(".join-form-wrapper").html(html);
$(".center-panel-wrapper").html(html);
});
}