aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorAjay Ramachandran <[email protected]>2019-08-24 13:59:53 -0400
committerGitHub <[email protected]>2019-08-24 13:59:53 -0400
commit5802e05228f08aa18218a16ffaf57ec9549dbd69 (patch)
tree1d5c65a37a664b2b9a262a30b101164de7ddf7c9
parent6d739de57c047dbf32e5cfd66df87b356c7135aa (diff)
downloadSponsorBlock-5802e05228f08aa18218a16ffaf57ec9549dbd69.tar.gz
SponsorBlock-5802e05228f08aa18218a16ffaf57ec9549dbd69.zip
Update utils.js
-rw-r--r--utils.js3
1 files changed, 1 insertions, 2 deletions
diff --git a/utils.js b/utils.js
index a654e03a..32dbbf36 100644
--- a/utils.js
+++ b/utils.js
@@ -40,8 +40,7 @@ function getYouTubeVideoID(url) {
return false;
}
-function localizeHtmlPage()
-{
+function localizeHtmlPage() {
//Localize by replacing __MSG_***__ meta tags
var objects = document.getElementsByTagName('html');
for (var j = 0; j < objects.length; j++)