DEV: Remove use of `const` in untranspiled js

This commit is contained in:
David Taylor 2020-05-15 17:55:34 +01:00
parent ac042c2bbe
commit f86b123cfc
No known key found for this signature in database
GPG Key ID: 46904C18B1D3F434
1 changed files with 1 additions and 1 deletions

View File

@ -87,7 +87,7 @@
innerHtml.push("</div>"); // .html5-title-text-wrapper
innerHtml.push("</div>"); // end of Video title .html5-info-bar
const prefetchedThumbnail = $el[0].querySelector(".ytp-thumbnail-image");
var prefetchedThumbnail = $el[0].querySelector(".ytp-thumbnail-image");
$el
.css({