mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-11-10 16:05:49 +01:00
replaceSelfLinks on new posts and reload
This commit is contained in:
@@ -108,7 +108,7 @@ var socket,
|
||||
templates.setGlobal('loggedIn', parseInt(data.uid, 10) !== 0);
|
||||
|
||||
app.showLoginMessage();
|
||||
|
||||
app.replaceSelfLinks();
|
||||
$(window).trigger('action:connected');
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user