another fix

This commit is contained in:
Baris Soner Usakli
2013-07-25 18:06:20 -04:00
parent 2647666de6
commit 916b46618c
2 changed files with 2 additions and 1 deletions

View File

@@ -28,7 +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(/\/$/, "");