mirror of
https://github.com/ajayyy/SponsorBlock.git
synced 2026-01-29 13:50:50 +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
|
//if no response comes by this point, give up
|
||||||
setTimeout(function() {
|
setTimeout(function() {
|
||||||
if (!isYouTubeTab) {
|
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.";
|
"If you know this is a YouTube tab, close this popup and open it again.";
|
||||||
}
|
}
|
||||||
}, 100);
|
}, 100);
|
||||||
|
|||||||
Reference in New Issue
Block a user