From 24b257f0b30c471b11a71a9d2a78f88e98480231 Mon Sep 17 00:00:00 2001 From: hackademix Date: Mon, 14 Sep 2020 07:54:42 +0200 Subject: [PATCH] Fixed typo. --- src/content/syncFetchPolicy.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/content/syncFetchPolicy.js b/src/content/syncFetchPolicy.js index 161a6d1..4082e2a 100644 --- a/src/content/syncFetchPolicy.js +++ b/src/content/syncFetchPolicy.js @@ -32,7 +32,7 @@ return; } - if (ocumentFreezer.suppressedScripts === 0 && readyState === "loading") { + if (DocumentFreezer.suppressedScripts === 0 && readyState === "loading") { // we don't care reloading, if no script has been suppressed // and no readyState change has been fired yet DocumentFreezer.unfreeze();