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