diff options
Diffstat (limited to 'client/src/standalone/videos/embed.html')
-rw-r--r-- | client/src/standalone/videos/embed.html | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/client/src/standalone/videos/embed.html b/client/src/standalone/videos/embed.html index a74bb4cee..e2dc02b60 100644 --- a/client/src/standalone/videos/embed.html +++ b/client/src/standalone/videos/embed.html | |||
@@ -44,11 +44,11 @@ | |||
44 | <div id="video-password-block"> | 44 | <div id="video-password-block"> |
45 | <!-- eslint-disable-next-line @angular-eslint/template/elements-content --> | 45 | <!-- eslint-disable-next-line @angular-eslint/template/elements-content --> |
46 | <h1 id="video-password-title"></h1> | 46 | <h1 id="video-password-title"></h1> |
47 | 47 | ||
48 | <div id="video-password-content"></div> | 48 | <div id="video-password-content"></div> |
49 | 49 | ||
50 | <form id="video-password-form"> | 50 | <form id="video-password-form"> |
51 | <input type="password" id="video-password-input" name="video-password" required> | 51 | <input type="password" id="video-password-input" name="video-password" autocomplete="user-password" required> |
52 | <button type="submit" id="video-password-submit"> </button> | 52 | <button type="submit" id="video-password-submit"> </button> |
53 | </form> | 53 | </form> |
54 | 54 | ||
@@ -60,8 +60,6 @@ | |||
60 | 60 | ||
61 | <div id="video-wrapper"></div> | 61 | <div id="video-wrapper"></div> |
62 | 62 | ||
63 | <div id="placeholder-preview"></div> | ||
64 | |||
65 | <script type="text/javascript"> | 63 | <script type="text/javascript"> |
66 | // Can be called in embed.ts | 64 | // Can be called in embed.ts |
67 | window.displayIncompatibleBrowser = function () { | 65 | window.displayIncompatibleBrowser = function () { |