mirror of https://github.com/gorhill/uBlock.git
removed dead code
This commit is contained in:
parent
5023c563a7
commit
b5db231ef9
|
@ -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 New Issue