diff --git a/assets/js/bestellformular.js b/assets/js/bestellformular.js index bd72886..e12b9d0 100644 --- a/assets/js/bestellformular.js +++ b/assets/js/bestellformular.js @@ -1,5 +1,5 @@ // Configuration and Messages -const debugEnabled = true +const debugEnabled = false const mouseDebugEnabled = false const zsrCheckEnabled = false const interactionThreshold = 15 // Time in seconds diff --git a/assets/js/kontaktformular.js b/assets/js/kontaktformular.js index 8e29dcf..a3f63bf 100644 --- a/assets/js/kontaktformular.js +++ b/assets/js/kontaktformular.js @@ -1,5 +1,5 @@ // Configuration and Messages -const debugEnabled = true +const debugEnabled = false const mouseDebugEnabled = false const zsrCheckEnabled = false const interactionThreshold = 15 // Time in seconds