summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorAHOHNMYC <24810600+AHOHNMYC@users.noreply.github.com>2022-07-14 02:07:19 +0300
committerGitHub <noreply@github.com>2022-07-14 02:07:19 +0300
commit0338b26d5c7f9bc4442db3ef99e5490c282db250 (patch)
tree8155e74f06797d78e08d07bb3fb795c89ecd3b14 /src
parent6577cc0c8c08e563065ee11ff39c1aad76f16878 (diff)
downloadinvidious-0338b26d5c7f9bc4442db3ef99e5490c282db250.tar.gz
invidious-0338b26d5c7f9bc4442db3ef99e5490c282db250.tar.bz2
invidious-0338b26d5c7f9bc4442db3ef99e5490c282db250.zip
Include `_helpers.js` in embedded view
Diffstat (limited to 'src')
-rw-r--r--src/invidious/views/embed.ecr1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/invidious/views/embed.ecr b/src/invidious/views/embed.ecr
index ce5ff7f0..1bf5cc3e 100644
--- a/src/invidious/views/embed.ecr
+++ b/src/invidious/views/embed.ecr
@@ -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">