From 7445df38c6d34525b695c93627324d569c6ec15c Mon Sep 17 00:00:00 2001 From: Yorhel Date: Tue, 1 Mar 2016 17:22:44 +0100 Subject: JS: Increase staff/cast box summarization cut-off point It's rather annoying to have to click "more" only to see one or two more lines. Let's just show everything in that case. --- data/js/misc.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/js/misc.js b/data/js/misc.js index 11c7ef8e..23049068 100644 --- a/data/js/misc.js +++ b/data/js/misc.js @@ -143,7 +143,7 @@ if(location.hostname != 'vndb.org') { for(var i=0; i h+30) + if(l[i].offsetHeight > h+100) set(l[i], h); } })(); -- cgit v1.2.3