From 31d82c494b196a37a8f30765b465acbfa4871f34 Mon Sep 17 00:00:00 2001 From: Raymond Hill Date: Thu, 6 Mar 2025 14:15:02 -0500 Subject: [PATCH] Fix typo in variable name --- src/js/resources/scriptlets.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/js/resources/scriptlets.js b/src/js/resources/scriptlets.js index f182a961a..f370e50b2 100755 --- a/src/js/resources/scriptlets.js +++ b/src/js/resources/scriptlets.js @@ -2104,7 +2104,7 @@ builtinScriptlets.push({ // if this works well and proves to be useful, this may end up // as a stock tool in uBO's popup panel. function overlayBuster(allFrames) { - if ( allFrame === '' && window !== window.top ) { return; } + if ( allFrames === '' && window !== window.top ) { return; } var tstart; var ttl = 30000; var delay = 0;