From 8c0a0474ff9306ddaa5c54f616c8937c0bce099b Mon Sep 17 00:00:00 2001 From: Jules Laplace Date: Sat, 17 Mar 2018 18:55:31 +0100 Subject: threadbox stray border line.. annoying fix --- public/assets/js/lib/views/index/threadbox.js | 2 ++ 1 file changed, 2 insertions(+) (limited to 'public/assets/js') 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 } }, -- cgit v1.2.3-70-g09d2