mirror of
https://github.com/gorhill/uBlock.git
synced 2026-03-11 09:04:36 +00:00
removed dead code
This commit is contained in:
parent
09354ce7e2
commit
a01113a1e7
1 changed files with 1 additions and 5 deletions
|
|
@ -422,12 +422,8 @@ var buttonApplyHandler = function() {
|
|||
|
||||
renderBusyOverlay(true);
|
||||
|
||||
var onReloadDone = function() {
|
||||
messager.send({ what: 'reloadAllFilters' });
|
||||
};
|
||||
|
||||
var onSelectionDone = function() {
|
||||
messager.send({ what: 'reloadAllFilters' }, onReloadDone);
|
||||
messager.send({ what: 'reloadAllFilters' });
|
||||
};
|
||||
|
||||
selectFilterLists(onSelectionDone);
|
||||
|
|
|
|||
Loading…
Reference in a new issue