set room name in html

This commit is contained in:
Zachary Chai
2016-11-01 17:18:39 -04:00
parent 7da04d3334
commit 0c4e264d7e
5 changed files with 9 additions and 5 deletions

View File

@ -4,6 +4,10 @@ $.ajaxSetup({
}
});
var getRoomName = function() {
return $(".page-wrapper.rooms").data('room');
}
var PUBLISHED_CLASSES = ['fa-eye-slash', 'fa-eye']
var getPublishClass = function(published) {