diff options
| author | syuilo <syuilotan@yahoo.co.jp> | 2017-02-22 04:25:16 +0900 |
|---|---|---|
| committer | syuilo <syuilotan@yahoo.co.jp> | 2017-02-22 04:25:16 +0900 |
| commit | da346a685e50493eb68cd4883a8ef174b3c0e641 (patch) | |
| tree | 644a151092a5ea3c0c1588f9398bfef02230bdfb | |
| parent | Merge pull request #194 from syuilo/no-build-requires-config (diff) | |
| download | sharkey-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.js | 3 |
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 }; |