1
0
mirror of https://github.com/gorhill/uBlock.git synced 2024-09-14 23:12:28 +02:00

removed dead code

This commit is contained in:
gorhill 2015-05-01 19:07:13 -04:00
parent 5023c563a7
commit b5db231ef9

View File

@ -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);