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
5023c563a7
commit
b5db231ef9
1 changed files with 1 additions and 5 deletions
|
|
@ -421,12 +421,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