summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCosta Tsaousis <costa@tsaousis.gr>2016-06-17 13:05:31 +0300
committerGitHub <noreply@github.com>2016-06-17 13:05:31 +0300
commit46835d31848e74971889758141451ef335ba3c60 (patch)
tree2977011a9d5cd5c511e5df99c69b5f6a964899f4
parentbe9292533e874d09cb0b57904e84ded578270399 (diff)
parent19fdd139b91a59933b52055a220254d16a26ebf5 (diff)
Merge pull request #573 from jurgenhaas/patch-1
Fix a JavaScript error
-rw-r--r--web/index.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/web/index.html b/web/index.html
index 60a9c7eb85..e7638317fb 100644
--- a/web/index.html
+++ b/web/index.html
@@ -1364,12 +1364,12 @@ var menuData = {
'phpfpm': {
title: 'PHP-FPM',
info: undefined,
- }
+ },
'named': {
title: 'named',
info: undefined
- },
+ }
};
var submenuData = {