Skip to content

Commit

Permalink
Linked in upload fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel Neto committed Sep 18, 2024
1 parent b5dff2a commit 8e21809
Show file tree
Hide file tree
Showing 3 changed files with 263 additions and 59 deletions.
2 changes: 1 addition & 1 deletion objects/video.php
Original file line number Diff line number Diff line change
Expand Up @@ -6657,7 +6657,7 @@ public static function generatePlaylistButtons($videos_id, $buttonClass = 'btn b
<button onclick="addVideoToPlayList(' . $videos_id . ', true, ' . $favoriteId . '); return false;" class="' . $buttonClass . ' favoriteBtn favoriteBtn' . $videos_id . ' faa-parent animated-hover" data-toggle="tooltip" data-placement="' . $placement . '" title=' . printJSString("Favorite", true) . ' style="' . $style . $favoriteBtnStyle . $layoutStyle . ' display: none;">
<i class="fas fa-heart faa-pulse faa-fast"></i>
</button>';
$buttonsHTML .= '<script>$(function () {reloadPlayLists();});</script>';
$buttonsHTML .= '<script>$(function () {callFunctionOrLoadScript(\'reloadPlayLists\', webSiteRootURL + \'plugin/PlayLists/script.js\');});</script>';
return $buttonsHTML;
}

Expand Down
Loading

0 comments on commit 8e21809

Please sign in to comment.