v0.11.1b - Fixed

This commit is contained in:
frederikpyt 2020-09-02 12:31:44 +02:00
parent f2500730ec
commit 211a68c81b
1 changed files with 3 additions and 3 deletions

View File

@ -357,7 +357,7 @@
//Update selects //Update selects
function updateForm() { function updateForm() {
console.log("Updating form..."); //console.log("Updating form...");
var location_id; var location_id;
var machine_id; var machine_id;
@ -368,7 +368,7 @@
else else
location_id = 0; location_id = 0;
console.log("location_id: " + location_id); //console.log("location_id: " + location_id);
//If a washing-machine select exists, set machine_id to its currently selected options value //If a washing-machine select exists, set machine_id to its currently selected options value
//Else set it to 0 //Else set it to 0
@ -395,7 +395,7 @@
else else
machine_id = 0; machine_id = 0;
console.log("machine_id: " + machine_id); //console.log("machine_id: " + machine_id);
axios({ axios({
method: 'get', method: 'get',