mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-11-07 22:45:46 +01:00
user/logout componen
This commit is contained in:
@@ -553,7 +553,7 @@ app.cacheBuster = null;
|
||||
|
||||
handleNewTopic();
|
||||
|
||||
$('#logout-link').on('click', app.logout);
|
||||
components.get('user/logout').on('click', app.logout);
|
||||
|
||||
Visibility.change(function(e, state){
|
||||
if (state === 'visible') {
|
||||
|
||||
Reference in New Issue
Block a user