mirror of
https://github.com/NodeBB/NodeBB.git
synced 2026-03-03 19:11:22 +01:00
please eslint
This commit is contained in:
@@ -107,7 +107,9 @@ app.cacheBuster = null;
|
||||
};
|
||||
|
||||
app.logout = function (e) {
|
||||
e && e.preventDefault();
|
||||
if (e) {
|
||||
e.preventDefault();
|
||||
}
|
||||
$(window).trigger('action:app.logout');
|
||||
|
||||
/*
|
||||
|
||||
Reference in New Issue
Block a user