modified : time comments condition emoved
This commit is contained in:
parent
1eec12e420
commit
5d9232412a
1 changed files with 3 additions and 4 deletions
|
@ -9,9 +9,7 @@
|
|||
{/if}
|
||||
{/if}
|
||||
<!-- End -->
|
||||
{if $cb_timecomments_plugin == 'installed'}
|
||||
{$timecomments = json_encode(get_timeComments($vdata.videoid))}
|
||||
{/if}
|
||||
|
||||
|
||||
|
||||
<link rel="stylesheet" href="{$cb_vjs_player_url}/css/video-js.min.css">
|
||||
|
@ -132,7 +130,8 @@
|
|||
videoid : vid_id,
|
||||
userid : user_id,
|
||||
userprofile : user_profile,
|
||||
username : username
|
||||
username : username,
|
||||
forceShow : true
|
||||
}
|
||||
cb_vjs.timecomments(comments_options);
|
||||
if (typeof timecomments != 'undefined' && timecomments != ''){
|
||||
|
|
Loading…
Add table
Reference in a new issue