Fix typo in variable name

This commit is contained in:
Raymond Hill 2025-03-06 14:15:02 -05:00
parent 83df04a53d
commit 31d82c494b
No known key found for this signature in database
GPG key ID: 25E1490B761470C2

View file

@ -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;