From 165caa9620b76752c0ba0a876d738cb5f3072527 Mon Sep 17 00:00:00 2001 From: Martin Zimmermann Date: Tue, 27 May 2014 16:17:11 +0200 Subject: [PATCH] show all top-level comments (for now) There is a bug, when you hide N top-level comments, that shows the wrong comment count. With a JSON API like data structure, the total comment count can be sent as a different key, related to #96. --- isso/js/app/config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/isso/js/app/config.js b/isso/js/app/config.js index 94f36dd..ce51250 100644 --- a/isso/js/app/config.js +++ b/isso/js/app/config.js @@ -5,7 +5,7 @@ define(function() { "css": true, "lang": (navigator.language || navigator.userLanguage).split("-")[0], "reply-to-self": false, - "max-comments-top": 10, + "max-comments-top": "inf", "max-comments-nested": 5, "reveal-on-click": 5, "avatar": true,