From 4c775f12ff6eda48fc22bec9ed336e60c1a0e07e Mon Sep 17 00:00:00 2001 From: Jules Laplace Date: Mon, 11 Dec 2017 04:25:19 +0100 Subject: cssssssss --- public/assets/js/lib/views/index/threadbox.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'public/assets/js/lib/views/index/threadbox.js') diff --git a/public/assets/js/lib/views/index/threadbox.js b/public/assets/js/lib/views/index/threadbox.js index 6efce22..79dc4bc 100644 --- a/public/assets/js/lib/views/index/threadbox.js +++ b/public/assets/js/lib/views/index/threadbox.js @@ -25,7 +25,7 @@ var ThreadBox = View.extend({ return b.lastmodified - a.lastmodified }).slice(0, 15) this.appendThreads(latest) - data.threads = data.threads.filter((thread) => thread && !! thread.keyword) + data.threads = data.threads.slice(15).filter((thread) => thread && !! thread.keyword) } var keywords = {} data.threads.forEach((thread) => { -- cgit v1.2.3-70-g09d2