fix "smart" matching of projectile & parameter defaults

- mismatch caused by changes in commit 4683945a71
This commit is contained in:
2022-12-29 19:54:01 -04:00
parent 3527d57b40
commit 4e68962937

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 {