mirror of
https://github.com/discourse/discourse.git
synced 2025-05-24 13:51:09 +08:00
DEV: Remove use of const
in untranspiled js
This commit is contained in:
@ -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({
|
||||
|
Reference in New Issue
Block a user