mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-11-08 15:05:46 +01:00
closes #122
This commit is contained in:
@@ -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(/\/$/, "");
|
||||
|
||||
|
||||
Reference in New Issue
Block a user