summaryrefslogtreecommitdiff
path: root/config.h
diff options
context:
space:
mode:
authorMiguel <m.i@gmx.at>2019-02-28 12:17:45 +0100
committerMiguel <m.i@gmx.at>2019-02-28 12:17:45 +0100
commit8849a655df25fd44df4b3554eb94eb745f42b592 (patch)
treec5477fdc3f3dd0eab406c07ce2cc5186f2e9f92a /config.h
parent82bf432d6c02e8aed2826b7eea555c80e4d0142e (diff)
minor reconfigmiguels
Diffstat (limited to 'config.h')
-rw-r--r--config.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/config.h b/config.h
index b1c2cb5..cafbaf1 100644
--- a/config.h
+++ b/config.h
@@ -34,7 +34,7 @@ static Parameter defconfig[ParameterLast] = {
[HideBackground] = { { .i = 0 }, },
[Inspector] = { { .i = 0 }, },
[Java] = { { .i = 1 }, },
- [JavaScript] = { { .i = 0 }, },
+ [JavaScript] = { { .i = 1 }, },
[KioskMode] = { { .i = 0 }, },
[LoadImages] = { { .i = 1 }, },
[MediaManualPlay] = { { .i = 1 }, },