From baef73f1e8c30c912178d9cba337a791cee479e3 Mon Sep 17 00:00:00 2001 From: Srijan Choudhary Date: Sat, 3 May 2014 01:16:39 +0530 Subject: [PATCH] Change default values of config params --- isso/js/app/config.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/isso/js/app/config.js b/isso/js/app/config.js index ab700a5..bb79683 100644 --- a/isso/js/app/config.js +++ b/isso/js/app/config.js @@ -5,8 +5,8 @@ define(function() { "css": true, "lang": (navigator.language || navigator.userLanguage).split("-")[0], "reply-to-self": false, - "max-comments-top": 20, - "max-comments-nested": 5, + "max-comments-top": "10", + "max-comments-nested": "5", "reveal-on-click": "5", "avatar-bg": "#f0f0f0", "avatar-fg": ["#9abf88", "#5698c4", "#e279a3", "#9163b6",