Fixed missing space

This commit is contained in:
Ajay Ramachandran
2019-07-09 18:13:46 -04:00
parent ad1b1b6f8b
commit fcdb091d66

View File

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