Update debugEnabled flag to false in bestellformular.js and kontaktformular.js
All checks were successful
Build and Deploy Hugo Site / buildAndDeploy (push) Successful in 50s
All checks were successful
Build and Deploy Hugo Site / buildAndDeploy (push) Successful in 50s
This commit is contained in:
parent
2f42d92273
commit
8a7d5a1681
2 changed files with 2 additions and 2 deletions
|
|
@ -1,5 +1,5 @@
|
||||||
// Configuration and Messages
|
// Configuration and Messages
|
||||||
const debugEnabled = true
|
const debugEnabled = false
|
||||||
const mouseDebugEnabled = false
|
const mouseDebugEnabled = false
|
||||||
const zsrCheckEnabled = false
|
const zsrCheckEnabled = false
|
||||||
const interactionThreshold = 15 // Time in seconds
|
const interactionThreshold = 15 // Time in seconds
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
// Configuration and Messages
|
// Configuration and Messages
|
||||||
const debugEnabled = true
|
const debugEnabled = false
|
||||||
const mouseDebugEnabled = false
|
const mouseDebugEnabled = false
|
||||||
const zsrCheckEnabled = false
|
const zsrCheckEnabled = false
|
||||||
const interactionThreshold = 15 // Time in seconds
|
const interactionThreshold = 15 // Time in seconds
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue