mirror of
https://github.com/NodeBB/NodeBB.git
synced 2026-01-02 05:40:43 +01:00
fix: return false
This commit is contained in:
@@ -39,6 +39,7 @@
|
||||
|
||||
$('[component="logout"]').on('click', function () {
|
||||
app.logout();
|
||||
return false;
|
||||
});
|
||||
|
||||
configureSlidemenu();
|
||||
|
||||
Reference in New Issue
Block a user