Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel Neto committed Jul 4, 2024
1 parent c4ad670 commit 98161ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugin/PlayLists/actionButton.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
$global['laodPlaylistScript'] = 1;
?>
<?php if ((empty($_POST['disableAddTo'])) && (( ($advancedCustom != false) && ($advancedCustom->disableShareAndPlaylist == false)) || ($advancedCustom == false))) { ?>
<a href="#" class="<?php echo $btnClass; ?>" id="addBtn<?php echo $videos_id . $crc; ?>" onclick="callFunctionOrLoadScript(loadPlayLists, '<?php echo getURL('plugin/PlayLists/script.js'); ?>', '<?php echo $videos_id; ?>', '<?php echo $crc; ?>'); return false;" data-toggle="tooltip" title="<?php echo __("Add to"); ?>">
<a href="#" class="<?php echo $btnClass; ?>" id="addBtn<?php echo $videos_id . $crc; ?>" onclick="callFunctionOrLoadScript('loadPlayLists', '<?php echo getURL('plugin/PlayLists/script.js'); ?>', '<?php echo $videos_id; ?>', '<?php echo $crc; ?>'); return false;" data-toggle="tooltip" title="<?php echo __("Add to"); ?>">
<span class="fa fa-plus"></span>
<?php echo __("Add to"); ?>
</a>
Expand Down

0 comments on commit 98161ff

Please sign in to comment.