Added some js to make the tooltip show the time

This commit is contained in:
Kyle Fiedler
2012-04-04 10:26:07 -04:00
parent 032f5fc928
commit 4225317dad
2 changed files with 12 additions and 1 deletions

View File

@@ -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());