mirror of https://github.com/gorhill/uBlock.git
Oops; timer wasn't being set
This commit is contained in:
parent
f937d2ee59
commit
029a673a58
|
@ -332,7 +332,7 @@ var updateMetadataNow = function() {
|
|||
|
||||
var updateMetadataAsync = function() {
|
||||
if ( metadataPersistTimer === null ) {
|
||||
setTimeout(updateMetadata, 60 * 1000);
|
||||
metadataPersistTimer = setTimeout(updateMetadata, 60 * 1000);
|
||||
}
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in New Issue