mirror of
https://github.com/gorhill/uBlock.git
synced 2026-03-11 09:04:36 +00:00
Oops; timer wasn't being set
This commit is contained in:
parent
f937d2ee59
commit
029a673a58
1 changed files with 1 additions and 1 deletions
|
|
@ -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 a new issue