mirror of
https://github.com/gorhill/uBlock.git
synced 2024-11-02 00:42:45 +01:00
fixed link to external servers which host lists
This commit is contained in:
parent
d6975729da
commit
519f4e6ec0
@ -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);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user