mirror of
https://github.com/discourse/discourse.git
synced 2025-03-22 15:05:30 +08: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>"); // 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({
|
||||
|
Loading…
x
Reference in New Issue
Block a user