don't tell users about new versions
This commit is contained in:
parent
c8c44d3bfc
commit
9865359bb0
@ -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;
|
||||
};
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user