refactor: deprecate app.logout

use logout module instead
move header related code out of app.js
This commit is contained in:
Barış Soner Uşaklı
2021-11-08 23:28:26 -05:00
parent 415dfbb9f7
commit 8b4510cc70
7 changed files with 117 additions and 87 deletions

View File

@@ -41,6 +41,7 @@ JS.scripts = {
// files listed below are only available client-side, or are bundled in to reduce # of network requests on cold load
rjs: [
'public/src/client/header.js',
'public/src/client/header/chat.js',
'public/src/client/header/notifications.js',
'public/src/client/infinitescroll.js',