fix updater

This commit is contained in:
Antelle 2016-02-14 19:31:05 +03:00
parent 3258940d07
commit 23c778dca7
1 changed files with 0 additions and 3 deletions

View File

@ -66,9 +66,6 @@ var Updater = {
},
check: function(startedByUser) {
if (!startedByUser) {
return;
}
if (!this.enabled || this.updateInProgress()) {
return;
}