1
0
mirror of https://github.com/gorhill/uBlock.git synced 2024-09-04 18:19:38 +02:00

fixed link to external servers which host lists

This commit is contained in:
gorhill 2014-07-10 22:28:31 -04:00
parent d6975729da
commit 519f4e6ec0

View File

@ -228,7 +228,7 @@ var abpHideFiltersCheckboxChanged = function() {
uDom.onLoad(function() {
// Handle user interaction
uDom('#blacklists').on('change', '.blacklistDetails', selectedBlacklistsChanged);
uDom('#blacklists').on('click', '.blacklistDetails a', onListLinkClicked);
uDom('#blacklists').on('click', '.blacklistDetails > a:first-child', onListLinkClicked);
uDom('#blacklistsApply').on('click', blacklistsApplyHandler);
uDom('#parseAllABPHideFilters').on('change', abpHideFiltersCheckboxChanged);