mirror of
https://github.com/gorhill/uBlock.git
synced 2024-11-16 23:42:39 +01:00
removed dead code
This commit is contained in:
parent
09354ce7e2
commit
a01113a1e7
@ -422,12 +422,8 @@ var buttonApplyHandler = function() {
|
|||||||
|
|
||||||
renderBusyOverlay(true);
|
renderBusyOverlay(true);
|
||||||
|
|
||||||
var onReloadDone = function() {
|
|
||||||
messager.send({ what: 'reloadAllFilters' });
|
|
||||||
};
|
|
||||||
|
|
||||||
var onSelectionDone = function() {
|
var onSelectionDone = function() {
|
||||||
messager.send({ what: 'reloadAllFilters' }, onReloadDone);
|
messager.send({ what: 'reloadAllFilters' });
|
||||||
};
|
};
|
||||||
|
|
||||||
selectFilterLists(onSelectionDone);
|
selectFilterLists(onSelectionDone);
|
||||||
|
Loading…
Reference in New Issue
Block a user