temp fix to resolve socket js error

This commit is contained in:
Baris Soner Usakli
2013-07-14 21:58:11 -04:00
parent f8518b1a9a
commit 49445767cb

View File

@@ -196,6 +196,8 @@ var socket,
app.current_room = null;
app.enter_room = function(room) {
if(socket) {
if (app.current_room === room)
return;
@@ -205,6 +207,7 @@ var socket,
});
app.current_room = room;
}
};
app.process_page = function() {