From 09fade6127da87334c8fb4c7dc11ee0c9728fb29 Mon Sep 17 00:00:00 2001
From: ansuz <ansuz@transitiontech.ca>
Date: Fri, 17 Feb 2017 11:25:35 +0100
Subject: [PATCH] add cache-busting to chainpad-crypto

---
 customize.dist/fsStore.js     | 2 +-
 www/common/cryptpad-common.js | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

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',