From 211a68c81b7926598a54506cc1a0cb3bdec12d44 Mon Sep 17 00:00:00 2001 From: frederikpyt Date: Wed, 2 Sep 2020 12:31:44 +0200 Subject: [PATCH] v0.11.1b - Fixed --- .../views/app/washing-reservations/create.blade.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/skolehjem/resources/views/app/washing-reservations/create.blade.php b/skolehjem/resources/views/app/washing-reservations/create.blade.php index 1b60af7..58ea030 100644 --- a/skolehjem/resources/views/app/washing-reservations/create.blade.php +++ b/skolehjem/resources/views/app/washing-reservations/create.blade.php @@ -357,7 +357,7 @@ //Update selects function updateForm() { - console.log("Updating form..."); + //console.log("Updating form..."); var location_id; var machine_id; @@ -368,7 +368,7 @@ else 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 //Else set it to 0 @@ -395,7 +395,7 @@ else machine_id = 0; - console.log("machine_id: " + machine_id); + //console.log("machine_id: " + machine_id); axios({ method: 'get',