]> _ Git - sandvik-apps.git/commitdiff
wip #4871 @0.5
authorVincent Vanwaelscappel <vincent@cubedesigners.com>
Wed, 12 Oct 2022 08:27:37 +0000 (10:27 +0200)
committerVincent Vanwaelscappel <vincent@cubedesigners.com>
Wed, 12 Oct 2022 08:27:37 +0000 (10:27 +0200)
CrushingChamber/_doc/data.xlsx
CrushingChamber/js/script.js

index 653fded31fbdb951761162fc86838a56e1e9856d..9abfb07538bf61578246077779d40e28b4ff4046 100644 (file)
Binary files a/CrushingChamber/_doc/data.xlsx and b/CrushingChamber/_doc/data.xlsx differ
index bb69243c7c77f6f5c2a145acbdfeeec882f1976c..7202c12151e46e4620f4ea1b44049ba194f1828f 100644 (file)
@@ -511,7 +511,7 @@ function updateForm() {
 
     calculator_resize();
 
-    if ((values[1] === H2000 && values[0] === 'CH' && values.length === 4) || values[0] === 'CJ' && values.length === 4 || $('select:visible[data-last="1"]').val() || ok) {
+    if ((values[1] === "H2000" && values[0] === 'CH' && values.length === 4) || values[0] === 'CJ' && values.length === 4 || $('select:visible[data-last="1"]').val() || ok) {
         showResults(values, textValues);
     }
 }