From 5ced62c496012a97896118369c9f6fc422df5044 Mon Sep 17 00:00:00 2001 From: vrde Date: Tue, 14 Jul 2015 20:06:13 +0200 Subject: [PATCH] Cleanup constants --- js/constants/application_constants.js | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/js/constants/application_constants.js b/js/constants/application_constants.js index de61b105..0d604945 100644 --- a/js/constants/application_constants.js +++ b/js/constants/application_constants.js @@ -10,11 +10,12 @@ let constants = { 'apiEndpoint': window.API_ENDPOINT, 'serverUrl': window.SERVER_URL, 'baseUrl': window.BASE_URL, - 'aclList': ['acl_coa', 'acl_consign', 'acl_delete', 'acl_download', 'acl_edit', 'acl_editions', 'acl_loan', 'acl_share', 'acl_transfer', 'acl_unconsign', 'acl_unshare', 'acl_view', 'acl_withdraw_transfer'], + 'aclList': ['acl_coa', 'acl_consign', 'acl_delete', 'acl_download', 'acl_edit', 'acl_editions', + 'acl_loan', 'acl_share', 'acl_transfer', 'acl_unconsign', 'acl_unshare', 'acl_view', + 'acl_withdraw_transfer'], 'subdomains': [ { - 'user': 22, 'subdomain': 'cc', 'name': 'Creative Commons France', 'logo': 'https://s3-us-west-2.amazonaws.com/ascribe0/public/creativecommons/cc.logo.sm.png', @@ -22,7 +23,6 @@ let constants = { 'type': 'wallet' }, { - 'user': 22, 'subdomain': 'cc-staging', 'name': 'Creative Commons France', 'logo': 'https://s3-us-west-2.amazonaws.com/ascribe0/public/creativecommons/cc.logo.sm.png', @@ -30,7 +30,6 @@ let constants = { 'type': 'wallet' }, { - 'user': 1, 'subdomain': 'sluice', 'name': 'Sluice Art Fair', 'logo': 'http://sluice.info/images/logo.gif', @@ -38,7 +37,6 @@ let constants = { 'type': 'prize' }, { - 'user': 1, 'subdomain': 'sluice-staging', 'name': 'Sluice Art Fair', 'logo': 'https://s3-us-west-2.amazonaws.com/ascribe0/whitelabel/sluice/logo.jpeg', @@ -51,4 +49,4 @@ let constants = { 'whitelabel': {} }; -export default constants; \ No newline at end of file +export default constants;