mirror of
https://codeberg.org/ashley/poke.git
synced 2024-11-26 11:38:12 +01:00
ehe
This commit is contained in:
parent
ef4c2af36b
commit
837e1d159f
1 changed files with 2 additions and 11 deletions
|
@ -766,16 +766,7 @@ background-color: #0000;
|
||||||
</script>
|
</script>
|
||||||
<ptd-app-iconfixer>
|
<ptd-app-iconfixer>
|
||||||
<script>
|
<script>
|
||||||
// Preload the icon image
|
var player = videojs('my-video');
|
||||||
var iconImage = new Image();
|
|
||||||
iconImage.src = "/css/yt-ukraine.svg";
|
|
||||||
|
|
||||||
// Wait for the icon image to load before showing it
|
|
||||||
iconImage.onload = function() {
|
|
||||||
var iconElement = document.querySelector('link[rel="icon"]');
|
|
||||||
iconElement.href = iconImage.src;
|
|
||||||
iconElement.type = "image/svg+xml";
|
|
||||||
};
|
|
||||||
</script>
|
</script>
|
||||||
</ptd-app-iconfixer>
|
</ptd-app-iconfixer>
|
||||||
<ptd-app-ejs>
|
<ptd-app-ejs>
|
||||||
|
@ -1057,7 +1048,7 @@ Offical Discord Server! :3
|
||||||
<% } %>
|
<% } %>
|
||||||
</noscript>
|
</noscript>
|
||||||
|
|
||||||
<video class="video-js player video-ambient-container" id="video" style="border-radius: 16px; box-sizing: border-box; min-width: 100%; display: block;" autoplay preload>
|
<video class="video-js player video-ambient-container" id="video" style="border-radius: 16px; box-sizing: border-box; min-width: 100%; display: block;" autoplay controls>
|
||||||
<% if (isvidious) { %>
|
<% if (isvidious) { %>
|
||||||
<% if (!qua) { %>
|
<% if (!qua) { %>
|
||||||
<%
|
<%
|
||||||
|
|
Loading…
Reference in a new issue