From 2c3363d20bb233a338478f81b884c8540b26deae Mon Sep 17 00:00:00 2001 From: William Toohey Date: Wed, 20 Jan 2016 01:14:56 +1000 Subject: [PATCH] Add warning for confused people --- js/HuesSettings.js | 3 +++ 1 file changed, 3 insertions(+) diff --git a/js/HuesSettings.js b/js/HuesSettings.js index 106d08c..b7093fb 100644 --- a/js/HuesSettings.js +++ b/js/HuesSettings.js @@ -20,6 +20,9 @@ * THE SOFTWARE. */ +/* If you're modifying settings for your hues, DON'T EDIT THIS + - Go to the HTML and edit the `defaults` object instead! + */ HuesSettings.prototype.defaultSettings = { // MP3 worker script location relative to root mp3WorkerPath : "js/mp3/",