1
0
mirror of https://github.com/gorhill/uBlock.git synced 2024-07-05 11:37:01 +02:00

this fixes #999 as per original request

This commit is contained in:
gorhill 2015-03-12 18:29:50 -04:00
parent 87b8d1f9cb
commit 210fb221f0

View File

@ -424,6 +424,8 @@ var buttonUpdateHandler = function() {
var buttonPurgeAllHandler = function() {
uDom('#buttonPurgeAll').removeClass('enabled');
renderBusyOverlay(true);
var onCompleted = function() {
cacheWasPurged = true;
renderFilterLists();