diff --git a/customize.dist/fsStore.js b/customize.dist/fsStore.js index 858c1d145..66ee0a27d 100644 --- a/customize.dist/fsStore.js +++ b/customize.dist/fsStore.js @@ -2,7 +2,7 @@ define([ '/api/config?cb=' + Math.random().toString().slice(2), '/customize/messages.js?app=fs', '/bower_components/chainpad-listmap/chainpad-listmap.js', - '/bower_components/chainpad-crypto/crypto.js', + '/bower_components/chainpad-crypto/crypto.js?v=0.1.5', '/bower_components/textpatcher/TextPatcher.amd.js', '/common/fileObject.js', '/bower_components/jquery/dist/jquery.min.js', diff --git a/www/common/cryptpad-common.js b/www/common/cryptpad-common.js index 6094dfa33..1449139e8 100644 --- a/www/common/cryptpad-common.js +++ b/www/common/cryptpad-common.js @@ -2,7 +2,7 @@ define([ '/api/config?cb=' + Math.random().toString(16).slice(2), '/customize/messages.js', '/customize/fsStore.js', - '/bower_components/chainpad-crypto/crypto.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',