1
0
Fork 0
mirror of https://github.com/DanielnetoDotCom/YouPHPTube synced 2025-10-03 01:39:24 +02:00
Daniel Neto 2025-07-16 17:40:57 -03:00
parent e87a82b350
commit 8aabf215b7

View file

@ -189,7 +189,7 @@ if (User::hasBlockedUser($video['users_id'])) {
<script>
var isEmbed = true;
window.addEventListener('message', function(event) {
if (event.data === 'togglePlayerSocial') {
if (event.data === 'togglePlayerSocial' && typeof tooglePlayersocial === 'function') {
tooglePlayersocial();
}
});
@ -529,6 +529,9 @@ if (User::hasBlockedUser($video['users_id'])) {
$jsFiles[] = "node_modules/jquery-lazy/jquery.lazy.min.js";
$jsFiles[] = "node_modules/jquery-lazy/jquery.lazy.plugins.min.js";
$jsFiles[] = "node_modules/jquery-toast-plugin/dist/jquery.toast.min.js";
$jsFiles[] = "plugin/PlayerSkins/shareButton.js";
?>
<?php
include $global['systemRootPath'] . 'view/include/bootstrap.js.php';
@ -593,4 +596,4 @@ if (User::hasBlockedUser($video['users_id'])) {
<?php
include $global['systemRootPath'] . 'objects/include_end.php';
?>
?>