summaryrefslogtreecommitdiffstats
path: root/web
diff options
context:
space:
mode:
authorChristopher Speller <crspeller@gmail.com>2015-07-08 12:43:23 -0400
committerChristopher Speller <crspeller@gmail.com>2015-07-08 12:43:23 -0400
commitce5639a6290bcb2403376cabfffe784283ac5b5a (patch)
tree08e8289bad4ce205bc23acb157901bff22e72e99 /web
parentd5785ee9017aedbe6410f23486660fa6ec948c23 (diff)
downloadchat-ce5639a6290bcb2403376cabfffe784283ac5b5a.tar.gz
chat-ce5639a6290bcb2403376cabfffe784283ac5b5a.tar.bz2
chat-ce5639a6290bcb2403376cabfffe784283ac5b5a.zip
Adding comments to change versions in sync
Diffstat (limited to 'web')
-rw-r--r--web/react/stores/browser_store.jsx2
1 files changed, 2 insertions, 0 deletions
diff --git a/web/react/stores/browser_store.jsx b/web/react/stores/browser_store.jsx
index 770f7a289..b3e54cad5 100644
--- a/web/react/stores/browser_store.jsx
+++ b/web/react/stores/browser_store.jsx
@@ -2,6 +2,8 @@
// See License.txt for license information.
var UserStore = require('../stores/user_store.jsx');
+
+// Also change model/utils.go ETAG_ROOT_VERSION
var BROWSER_STORE_VERSION = '.1';
module.exports.initalize = function() {