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