mirror of
https://github.com/ajayyy/SponsorBlock.git
synced 2026-01-28 21:30:56 +03:00
Fixed missing space
This commit is contained in:
2
popup.js
2
popup.js
@@ -17,7 +17,7 @@ var isYouTubeTab = false;
|
||||
//if no response comes by this point, give up
|
||||
setTimeout(function() {
|
||||
if (!isYouTubeTab) {
|
||||
document.getElementById("loadingIndicator").innerHTML = "This probably isn't a YouTube tab, or you clicked too early." +
|
||||
document.getElementById("loadingIndicator").innerHTML = "This probably isn't a YouTube tab, or you clicked too early. " +
|
||||
"If you know this is a YouTube tab, close this popup and open it again.";
|
||||
}
|
||||
}, 100);
|
||||
|
||||
Reference in New Issue
Block a user