Skip to content

Commit

Permalink
Fix #981 first filters update
Browse files Browse the repository at this point in the history
  • Loading branch information
Mizzick committed Mar 22, 2018
1 parent cae678c commit fe01a0c
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions Extension/lib/filter/antibanner.js
Expand Up @@ -906,9 +906,7 @@ adguard.antiBannerService = (function (adguard) {
function scheduleFiltersUpdate() {

// First run delay
setTimeout(function () {
checkAntiBannerFiltersUpdate(true);
}, UPDATE_FILTERS_DELAY);
setTimeout(checkAntiBannerFiltersUpdate, UPDATE_FILTERS_DELAY, true);

// Scheduling job
var scheduleUpdate = function () {
Expand Down

0 comments on commit fe01a0c

Please sign in to comment.