diff options
Diffstat (limited to 'public/assets/js')
| -rw-r--r-- | public/assets/js/lib/views/index/threadbox.js | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/public/assets/js/lib/views/index/threadbox.js b/public/assets/js/lib/views/index/threadbox.js index 46ba9de..e3a5193 100644 --- a/public/assets/js/lib/views/index/threadbox.js +++ b/public/assets/js/lib/views/index/threadbox.js @@ -108,6 +108,8 @@ var ThreadBox = View.extend({ threads[0].first = true threads[threads.length-1].last = true threads.forEach(this.appendThread.bind(this)) + threads[0].first = false + threads[threads.length-1].last = false } }, |
