diff options
Diffstat (limited to 'public/assets/js/lib/views/index/hootbox.js')
| -rw-r--r-- | public/assets/js/lib/views/index/hootbox.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/public/assets/js/lib/views/index/hootbox.js b/public/assets/js/lib/views/index/hootbox.js index 64fc756..6be9596 100644 --- a/public/assets/js/lib/views/index/hootbox.js +++ b/public/assets/js/lib/views/index/hootbox.js @@ -15,7 +15,7 @@ var HootBox = FormView.extend({ }, load: function(comments){ - if (!comments || !comments.length) { + if (!comments || !comments.length && ! this.options.required) { this.$el.hide() return } |
