This commit is contained in:
Baris Usakli
2013-07-25 16:20:18 -04:00
parent 58ad74abb5
commit 19b570cdcf
5 changed files with 27 additions and 9 deletions

View File

@@ -28,6 +28,7 @@ var ajaxify = {};
ajaxify.go = function(url, callback, template, quiet) {
// leave room and join global
app.enter_room('global');
app.showLoginMessage();
var url = url.replace(/\/$/, "");