modified : time comments condition emoved

This commit is contained in:
Fahad Abbas 2016-07-01 17:07:16 +05:00
parent 1eec12e420
commit 5d9232412a

View file

@ -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 != ''){