mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
DEV: Remove use of const
in untranspiled js
This commit is contained in:
parent
ac042c2bbe
commit
f86b123cfc
@ -87,7 +87,7 @@
|
|||||||
innerHtml.push("</div>"); // .html5-title-text-wrapper
|
innerHtml.push("</div>"); // .html5-title-text-wrapper
|
||||||
innerHtml.push("</div>"); // end of Video title .html5-info-bar
|
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
|
$el
|
||||||
.css({
|
.css({
|
||||||
|
Loading…
Reference in New Issue
Block a user