1
0
mirror of https://github.com/iv-org/invidious.git synced 2025-04-11 21:49:15 +05:30

Merge pull request from AHOHNMYC/fix-js-in-embed

This commit is contained in:
Samantaz Fox 2022-07-14 14:28:08 +02:00
commit ceeebceb3a
No known key found for this signature in database
GPG Key ID: F42821059186176E

@ -11,6 +11,7 @@
<link rel="stylesheet" href="/css/default.css?v=<%= ASSET_COMMIT %>">
<link rel="stylesheet" href="/css/embed.css?v=<%= ASSET_COMMIT %>">
<title><%= HTML.escape(video.title) %> - Invidious</title>
<script src="/js/_helpers.js?v=<%= ASSET_COMMIT %>"></script>
</head>
<body class="dark-theme">