Updated default tree size
This commit is contained in:
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user