aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--module/output/html.scm4
1 files changed, 4 insertions, 0 deletions
diff --git a/module/output/html.scm b/module/output/html.scm
index 15aa9ac0..64d4e3df 100644
--- a/module/output/html.scm
+++ b/module/output/html.scm
@@ -34,6 +34,10 @@
(define debug (make-parameter #f))
+(define-config debug #f
+ "Places the generated thingy in debug mode"
+ post: debug)
+
(define* (slider-input key: variable
(min 0)
(max 10)