From 8a7d5a1681f54dd084188d0908de23f0d71265ee Mon Sep 17 00:00:00 2001 From: Andreas Hnida Date: Sat, 27 Apr 2024 01:13:00 +0200 Subject: [PATCH] Update debugEnabled flag to false in bestellformular.js and kontaktformular.js --- assets/js/bestellformular.js | 2 +- assets/js/kontaktformular.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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