Move the store to the 'common' folder, it is not customizable anymore
This commit is contained in:
parent
a8d200ef2e
commit
404fa378e6
@ -1,12 +1,11 @@
|
|||||||
define([
|
define([
|
||||||
'/api/config',
|
'/api/config',
|
||||||
'/customize/messages.js?app=' + window.location.pathname.split('/').filter(function (x) { return x; }).join('.'),
|
'/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/chainpad-crypto/crypto.js?v=0.1.5',
|
||||||
'/bower_components/alertifyjs/dist/js/alertify.js',
|
'/bower_components/alertifyjs/dist/js/alertify.js',
|
||||||
'/bower_components/spin.js/spin.min.js',
|
'/bower_components/spin.js/spin.min.js',
|
||||||
'/common/clipboard.js',
|
'/common/clipboard.js',
|
||||||
'/customize/fsStore.js',
|
|
||||||
'/customize/application_config.js',
|
'/customize/application_config.js',
|
||||||
|
|
||||||
'/bower_components/jquery/dist/jquery.min.js',
|
'/bower_components/jquery/dist/jquery.min.js',
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user