From 14ec6fbd1c051161f3c59cda1df78916caffbb6f Mon Sep 17 00:00:00 2001 From: Georg Fischer Date: Wed, 30 Dec 2015 15:19:23 +0100 Subject: [PATCH] add localforage keys to config --- scripts/config.js | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/scripts/config.js b/scripts/config.js index a6678b5..1f452ea 100644 --- a/scripts/config.js +++ b/scripts/config.js @@ -8,7 +8,10 @@ define( // https://api.imgur.com/oauth2/addclient // thank you. imgur: 'a4c24380d884932', - storage: 'glitch-items' + + storage: 'glitch-items', + settings: 'settings', + language: 'language' }, defaultControlParams: { amount: { min: 0, max: 99, value: 24 },