mirror of
https://github.com/DanielnetoDotCom/YouPHPTube
synced 2025-10-05 10:49:36 +02:00
This commit is contained in:
parent
877bb3da17
commit
d3f8093f86
1 changed files with 1 additions and 1 deletions
|
@ -4933,7 +4933,7 @@ function getSocialModal($videos_id, $url = "", $title = "") {
|
|||
$sharingUid = uniqid();
|
||||
ob_start();
|
||||
?>
|
||||
<div id="SharingModal<?php echo $sharingUid ?>" class="modal fade" role="dialog">
|
||||
<div id="SharingModal<?php echo $sharingUid ?>" class="modal fade" role="dialog" style="top: 60px;">
|
||||
<div class="modal-dialog">
|
||||
<!-- Modal content-->
|
||||
<div class="modal-content">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue