Added some js to make the tooltip show the time
This commit is contained in:
@@ -352,6 +352,8 @@ function updateytplayerInfo() {
|
||||
}
|
||||
if (player_state == 1){
|
||||
update_captions(getCurrentTime());
|
||||
handle = $('.ui-slider-handle', slider);
|
||||
handle.qtip('option', 'content.text', '' + format_time(getCurrentTime()));
|
||||
}
|
||||
// updateHTML("videoduration", getDuration());
|
||||
// updateHTML("videotime", getCurrentTime());
|
||||
|
||||
Reference in New Issue
Block a user