From a1b3e0778a9a45b2dfe5d57ecfbd17fc623b6248 Mon Sep 17 00:00:00 2001 From: Michael Teeuw Date: Tue, 3 May 2016 11:18:06 +0200 Subject: [PATCH] Add info about malformed config files. Fix: #249 --- js/defaults.js | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/js/defaults.js b/js/defaults.js index 28cc2613..8129bff9 100644 --- a/js/defaults.js +++ b/js/defaults.js @@ -38,6 +38,14 @@ var defaults = { text: "See README for more information." } }, + { + module: "helloworld", + position: "middle_center", + classes: "xsmall", + config: { + text: "If you get this message while your config file is already
created, your config file probably contains an error.
Use a javascript linter to validate your file." + } + }, { module: "helloworld", position: "bottom_bar",