fix "smart" matching of projectile & parameter defaults

- mismatch caused by changes in commit 29da5776af
This commit is contained in:
2022-12-29 19:54:01 -04:00
parent 7fc4cb06e7
commit 62ae84382c
+1 -1
View File
@@ -678,7 +678,7 @@ function ProjSmartDefaults()
var sigEnergy = document.getElementById("sigEnergy");
var sigAngle = document.getElementById("sigAngle");
if (Proj == "Muon") {
if (Proj == "muon") {
sigEnergy.value = "450";
sigAngle.value = "15";
} else {