Skip to content

Commit

Permalink
More bug fixing grrr
Browse files Browse the repository at this point in the history
  • Loading branch information
Bluestonex63 committed Sep 12, 2024
1 parent 9cb40f1 commit 4803672
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion script.js
Original file line number Diff line number Diff line change
Expand Up @@ -941,7 +941,7 @@ document.querySelector("#submit").addEventListener("click", function() {
} else {
run["run"]["variables"][v.id]["type"] = "user-defined"
if (v.value == 1) {
run["run"]["variables"][v.id]["value"] = v.parentElement.querySelector("#definedvar").value
run["run"]["variables"][v.id]["value"] = v.nextElementSibling.value
if (run["run"]["variables"][v.id]["value"] == "") {
al += run2.querySelector("#retractdiv").querySelector("h2").innerHTML + " doesn't have a valid value for the variable.\n"
}
Expand Down

0 comments on commit 4803672

Please sign in to comment.