Skip to content
This repository was archived by the owner on Apr 13, 2023. It is now read-only.
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions app/views/embed.jade
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ block body
span.icon.icon-vo.on
span.icon.icon-vo-off.off
span.label.on Voice-Over On
span.label.off Voice-Over Off
span.label.off Voice-Over Off
button#captionsButton.btn.btn-primary.main.muted.disabled(data-placement='bottom', data-toggle='tooltip', title='Toggle Captions')
span.icon.icon-captions.on
span.icon.icon-captions-off.off
Expand Down Expand Up @@ -128,9 +128,9 @@ block body
option(value='tahoma') Tahoma
option(value='times') Times New Roman
option(value='trebuchet') Trebuchet MS
option(value='verdana') Verdana
option(value='verdana') Verdana
button#pauseButton.btn.btn-primary.main.unpaused.disabled(data-placement='bottom', data-toggle='tooltip', title='Play/Pause')
span.icon.icon-pause.on
span.icon.icon-play.off
.appWrapper
iframe#appContainer(frameborder='0', scrolling='no')
iframe#appContainer(allow="fullscreen; microphone; camera; vr; animations; accelerometer; gyroscope; midi; speaker;", frameborder='0', scrolling='no')
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The future.