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,