diff options
| author | Jules Laplace <julescarbon@gmail.com> | 2017-12-14 20:20:56 +0100 |
|---|---|---|
| committer | Jules Laplace <julescarbon@gmail.com> | 2017-12-14 20:20:56 +0100 |
| commit | 245ce015f565da0626c70340d6e1710056245c52 (patch) | |
| tree | 124d8fb0921d29407264c367320fcd4bb00e9978 /public/assets/js/lib/views/index/index.js | |
| parent | 3a42fe7ad797a6f9cf747d2d358015ac992765a7 (diff) | |
css
Diffstat (limited to 'public/assets/js/lib/views/index/index.js')
| -rw-r--r-- | public/assets/js/lib/views/index/index.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/public/assets/js/lib/views/index/index.js b/public/assets/js/lib/views/index/index.js index 4e1a801..fdc7a29 100644 --- a/public/assets/js/lib/views/index/index.js +++ b/public/assets/js/lib/views/index/index.js @@ -25,6 +25,7 @@ var IndexView = View.extend({ this.threadbox.options.latest = true this.threadbox.options.welcome = true $.get(this.action, this.populate.bind(this)) + $("body").addClass("index") } }, |
