From 2d2c6ce3705af7bb7ddcc082042c8263605cdee5 Mon Sep 17 00:00:00 2001 From: Andreas Hnida Date: Sat, 27 Apr 2024 13:43:10 +0200 Subject: [PATCH] Update interactionThreshold to 5 seconds in bestellformular.js --- assets/js/bestellformular.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/assets/js/bestellformular.js b/assets/js/bestellformular.js index e12b9d0..314539b 100644 --- a/assets/js/bestellformular.js +++ b/assets/js/bestellformular.js @@ -2,7 +2,7 @@ const debugEnabled = false const mouseDebugEnabled = false const zsrCheckEnabled = false -const interactionThreshold = 15 // Time in seconds +const interactionThreshold = 5 // Time in seconds const interactionCountThreshold = 5 // Number of interactions let botDetected = false