diff options
| author | Jules Laplace <julescarbon@gmail.com> | 2017-12-12 02:09:15 +0100 |
|---|---|---|
| committer | Jules Laplace <julescarbon@gmail.com> | 2017-12-12 02:09:15 +0100 |
| commit | 41d0bd185c19c8a51ed9b85700f52181b6cc5012 (patch) | |
| tree | 76d4524fff4221da47e57ea0bcdb0917d592b5d1 /public/assets/js/index.js | |
| parent | ce73133c4e982db99f218bf930d82eb991ce81e3 (diff) | |
color stuff, building settings form
Diffstat (limited to 'public/assets/js/index.js')
| -rw-r--r-- | public/assets/js/index.js | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/public/assets/js/index.js b/public/assets/js/index.js index 4576fd4..bbb7fd9 100644 --- a/public/assets/js/index.js +++ b/public/assets/js/index.js @@ -8,6 +8,8 @@ var app = (function(){ $(window).on("focus", app.focus) $(window).on("blur", app.blur) + set_background_color_from_time() + auth.init(app.ready) } |
