mirror of
https://codeberg.org/ashley/poke.git
synced 2024-11-10 05:48:36 +01:00
stuff p1
This commit is contained in:
parent
5aca984206
commit
291f4eed43
1 changed files with 5 additions and 5 deletions
|
@ -395,8 +395,8 @@ a[data-onclick="jump_to_time"] {
|
||||||
<link href="/css/poketube.css?v=94648934774844" rel=stylesheet>
|
<link href="/css/poketube.css?v=94648934774844" rel=stylesheet>
|
||||||
|
|
||||||
<!-- video.js -->
|
<!-- video.js -->
|
||||||
<link href="/css/videojs-v8.16.0.css" rel="stylesheet" />
|
<link href="/css/videojs-v8.16.0.css?v=5949545" rel="stylesheet" />
|
||||||
<script src="/static/vjs.min.js"></script>
|
<script src="/static/vjs.min.js?v=45959"></script>
|
||||||
|
|
||||||
<!-- css files end -->
|
<!-- css files end -->
|
||||||
|
|
||||||
|
@ -628,7 +628,7 @@ background-color: #0000;
|
||||||
|
|
||||||
</style>
|
</style>
|
||||||
|
|
||||||
<script src="/static/player-base.js?v=1"> </script>
|
<script src="/static/player-base.js?v=13"> </script>
|
||||||
|
|
||||||
<% if(dm) { %>
|
<% if(dm) { %>
|
||||||
|
|
||||||
|
@ -2236,7 +2236,7 @@ window.addEventListener("unload", cleanup)
|
||||||
<!-- BUNDLE VERSION 09.08.2024 -->
|
<!-- BUNDLE VERSION 09.08.2024 -->
|
||||||
<!-- BUNDLE VERSION 09.08.2024 -->
|
<!-- BUNDLE VERSION 09.08.2024 -->
|
||||||
<!-- BUNDLE VERSION 09.08.2024 -->
|
<!-- BUNDLE VERSION 09.08.2024 -->
|
||||||
<!-- BUNDLE --><script src="/static/app.bundle.js?version=09.08.2024&bundledate=090824_1625ab93_videojs8160" > </script><!-- BUNDLE -->
|
<!-- BUNDLE --><script src="/static/app.bundle.js?version=09.08.2024&bundledate=090824_1625ab93_videojs81605" > </script><!-- BUNDLE -->
|
||||||
<!-- BUNDLE VERSION 09.08.2024 -->
|
<!-- BUNDLE VERSION 09.08.2024 -->
|
||||||
<!-- BUNDLE VERSION 09.08.2024 -->
|
<!-- BUNDLE VERSION 09.08.2024 -->
|
||||||
<!-- BUNDLE VERSION 09.08.2024 -->
|
<!-- BUNDLE VERSION 09.08.2024 -->
|
||||||
|
@ -3511,7 +3511,7 @@ window.addEventListener('DOMContentLoaded', () => {
|
||||||
</noscript>
|
</noscript>
|
||||||
|
|
||||||
<% if (!optout) { %>
|
<% if (!optout) { %>
|
||||||
<script src="/static/data-mobile.js"></script>
|
<script src="/static/data-mobile.js?v=506"></script>
|
||||||
<% } %>
|
<% } %>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Reference in a new issue