Skip to content

Commit

Permalink
#672 small fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Mizzick committed May 22, 2017
1 parent 1e38437 commit 75d94cc
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions Extension/lib/ui-service.js
Expand Up @@ -69,6 +69,9 @@ adguard.ui = (function (adguard) { // jshint ignore:line
},
'context_update_antibanner_filters': function () {
checkFiltersUpdates();
},
'context_ads_has_been_removed_by_adguard': function () {
openIntegrationModeInfo();
}
};

Expand Down Expand Up @@ -524,6 +527,10 @@ adguard.ui = (function (adguard) { // jshint ignore:line
});
};

var openIntegrationModeInfo = function () {
openTab('https://adguard.com/adguard-adblock-browser-extension/integration-mode.html#integrationMode');
};

var openExtensionStore = function () {
openTab(extensionStoreLink);
};
Expand Down

0 comments on commit 75d94cc

Please sign in to comment.