mirror of
https://github.com/iv-org/invidious.git
synced 2024-11-10 01:01:57 +01:00
Change videojs-vr to the unminified version
This commit is contained in:
parent
4f3f51c583
commit
f529948d81
4 changed files with 52732 additions and 178 deletions
52730
assets/js/videojs-vr.js
Normal file
52730
assets/js/videojs-vr.js
Normal file
File diff suppressed because one or more lines are too long
176
assets/js/videojs-vr.min.js
vendored
176
assets/js/videojs-vr.min.js
vendored
File diff suppressed because one or more lines are too long
|
@ -27,5 +27,5 @@
|
||||||
|
|
||||||
<% if params.vr_mode %>
|
<% if params.vr_mode %>
|
||||||
<link rel="stylesheet" href="/css/videojs-vr.css?v=<%= ASSET_COMMIT %>">
|
<link rel="stylesheet" href="/css/videojs-vr.css?v=<%= ASSET_COMMIT %>">
|
||||||
<script src="/js/videojs-vr.min.js?v=<%= ASSET_COMMIT %>"></script>
|
<script src="/js/videojs-vr.js?v=<%= ASSET_COMMIT %>"></script>
|
||||||
<% end %>
|
<% end %>
|
||||||
|
|
|
@ -235,7 +235,7 @@
|
||||||
|
|
||||||
<tr>
|
<tr>
|
||||||
<td>
|
<td>
|
||||||
<a href="/js/videojs-vr.min.js?v=<%= ASSET_COMMIT %>">videojs-vr.js</a>
|
<a href="/js/videojs-vr.js?v=<%= ASSET_COMMIT %>">videojs-vr.js</a>
|
||||||
</td>
|
</td>
|
||||||
|
|
||||||
<td>
|
<td>
|
||||||
|
|
Loading…
Reference in a new issue