File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 1
1
function get_js_version() {
2
- return "JS2023-09-12.0 ";
2
+ return "JS2023-09-12.1 ";
3
3
}
4
4
5
5
function uuidv4() {
@@ -8547,7 +8547,7 @@ function display_preferences(index) {
8547
8547
tmpA.append("select")
8548
8548
.attr("id", "binning")
8549
8549
.attr("onchange", "javascript:change_binning();")
8550
- .html("<option value='1'>1:1</option><option value='2'>1:2</option><option value='5 '>1:5 </option><option value='10 '>1:10 </option><option value='20 '>1:20 </option>");
8550
+ .html("<option value='1'>1:1</option><option value='2'>1:2</option><option value='4 '>1:4 </option><option value='8 '>1:8 </option><option value='16 '>1:16 </option>");
8551
8551
8552
8552
document.getElementById('binning').value = binning.toString();
8553
8553
You can’t perform that action at this time.
0 commit comments