summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsyuilo <syuilotan@yahoo.co.jp>2017-02-22 04:25:16 +0900
committersyuilo <syuilotan@yahoo.co.jp>2017-02-22 04:25:16 +0900
commitda346a685e50493eb68cd4883a8ef174b3c0e641 (patch)
tree644a151092a5ea3c0c1588f9398bfef02230bdfb
parentMerge pull request #194 from syuilo/no-build-requires-config (diff)
downloadsharkey-da346a685e50493eb68cd4883a8ef174b3c0e641.tar.gz
sharkey-da346a685e50493eb68cd4883a8ef174b3c0e641.tar.bz2
sharkey-da346a685e50493eb68cd4883a8ef174b3c0e641.zip
[Client] Clean up: Remove the needless config property
-rw-r--r--src/web/app/common/scripts/config.js3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/web/app/common/scripts/config.js b/src/web/app/common/scripts/config.js
index 5123402414..e44e174a92 100644
--- a/src/web/app/common/scripts/config.js
+++ b/src/web/app/common/scripts/config.js
@@ -13,6 +13,5 @@ module.exports = {
scheme,
apiUrl,
devUrl,
- aboutUrl,
- themeColor: '#f76d6c'
+ aboutUrl
};