Skip to content

Commit

Permalink
Cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
burhandodhy committed Feb 28, 2024
1 parent f35d5d3 commit 3d57820
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions includes/admin/class-bc-templates.php
Original file line number Diff line number Diff line change
Expand Up @@ -764,7 +764,6 @@ class="brightcove-datetime brightcove-end-date"
?>

<label for="video-player">
<# console.log(wpbc.players[data.account_id]); #>
<?php esc_html_e( 'Video Player: ', 'brightcove' ); ?>
</label>
<select name="video-player" id="video-player" class="right-col">
Expand Down Expand Up @@ -1076,8 +1075,6 @@ class="brightcove-datetime brightcove-end-date"
<?php esc_html_e( 'Video Player: ', 'brightcove' ); ?>
</label>
<select name="video-player" id="video-player" class="right-col">

<# console.log(wpbc.players[data.account_id]); #>
<# _.each( wpbc.players[data.account_id], function ( player ) { #>
<# if ( player.is_playlist ) { #>
<option value="{{ player.id }}">{{ player.name }}</option>
Expand Down

0 comments on commit 3d57820

Please sign in to comment.