From 0b9f6cb216225afebd09a2fb835c4191e8f3fdfc Mon Sep 17 00:00:00 2001 From: lkrsnik Date: Wed, 31 Jul 2024 17:39:14 +0200 Subject: [PATCH] Updated default tree size --- static/js/init.js | 2 +- templates/index.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/static/js/init.js b/static/js/init.js index f5694dd..35f8e2b 100644 --- a/static/js/init.js +++ b/static/js/init.js @@ -34,7 +34,7 @@ function readValuesFromLocalstorage() { text_val = '1' } if (inputName === 'display_size' && text_val === null) { - text_val = '1-10' + text_val = '2-10' } inputElement.val(text_val); diff --git a/templates/index.html b/templates/index.html index 261e5f9..e10765f 100644 --- a/templates/index.html +++ b/templates/index.html @@ -128,7 +128,7 @@
- +