diff options
Diffstat (limited to 'js/storage.js')
-rw-r--r-- | js/storage.js | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/js/storage.js b/js/storage.js index 083c6dc..dd2f6cf 100644 --- a/js/storage.js +++ b/js/storage.js @@ -446,6 +446,11 @@ this.assets.autoUpdateDelay = this.updateAssetsEvery; this.loadPublicSuffixList(); this.loadUbiquitousBlacklists(); + + // It could be a manual update, so we reset the auto-updater + if ( update ) { + this.updater.restart(); + } }; /******************************************************************************/ |