don't tell users about new versions

This commit is contained in:
ansuz 2017-08-04 14:05:00 +02:00
parent c8c44d3bfc
commit 9865359bb0

View File

@ -1813,7 +1813,7 @@ define([
(parseInt(verArr[0]) === parseInt(storedArr[0]) &&
parseInt(verArr[1]) > parseInt(storedArr[1]));
if (!shouldUpdate) { return; }
common.alert(Messages._getKey('newVersion', [verArr.join('.')]), null, true);
//common.alert(Messages._getKey('newVersion', [verArr.join('.')]), null, true);
localStorage[CRYPTPAD_VERSION] = ver;
};