diff options
| author | Jules Laplace <julescarbon@gmail.com> | 2017-12-10 22:14:00 +0100 |
|---|---|---|
| committer | Jules Laplace <julescarbon@gmail.com> | 2017-12-10 22:14:00 +0100 |
| commit | ad2cbe2b2f9768edc8eed3718bcf5679ddc6ea60 (patch) | |
| tree | 89d41a828b3995a6e8c31e99769fe70e492b311d /public/assets/js/lib/views/index/threadform.js | |
| parent | f3cb49edf1ee976be7a2d7a679382df6c51a5513 (diff) | |
more styling
Diffstat (limited to 'public/assets/js/lib/views/index/threadform.js')
| -rw-r--r-- | public/assets/js/lib/views/index/threadform.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/public/assets/js/lib/views/index/threadform.js b/public/assets/js/lib/views/index/threadform.js index 0fd149c..7a8e8ed 100644 --- a/public/assets/js/lib/views/index/threadform.js +++ b/public/assets/js/lib/views/index/threadform.js @@ -28,6 +28,7 @@ var ThreadForm = FormView.extend({ }) var sorted = Object.keys(tags).sort().map(kw => tags[kw]) this.$('[name=keyword]').append(sorted) + $("body").removeClass('loading') }.bind(this)) }, |
