From 404fa378e6b66aec10184f60dce7d34a1f0e570d Mon Sep 17 00:00:00 2001 From: yflory Date: Wed, 8 Mar 2017 16:47:38 +0100 Subject: [PATCH] Move the store to the 'common' folder, it is not customizable anymore --- www/common/cryptpad-common.js | 3 +-- {customize.dist => www/common}/fsStore.js | 0 2 files changed, 1 insertion(+), 2 deletions(-) rename {customize.dist => www/common}/fsStore.js (100%) diff --git a/www/common/cryptpad-common.js b/www/common/cryptpad-common.js index 5dca75e25..98e6221b3 100644 --- a/www/common/cryptpad-common.js +++ b/www/common/cryptpad-common.js @@ -1,12 +1,11 @@ define([ '/api/config', '/customize/messages.js?app=' + window.location.pathname.split('/').filter(function (x) { return x; }).join('.'), - '/customize/fsStore.js', + '/common/fsStore.js', '/bower_components/chainpad-crypto/crypto.js?v=0.1.5', '/bower_components/alertifyjs/dist/js/alertify.js', '/bower_components/spin.js/spin.min.js', '/common/clipboard.js', - '/customize/fsStore.js', '/customize/application_config.js', '/bower_components/jquery/dist/jquery.min.js', diff --git a/customize.dist/fsStore.js b/www/common/fsStore.js similarity index 100% rename from customize.dist/fsStore.js rename to www/common/fsStore.js