Added some firefox fixes

This commit is contained in:
Kyle Fiedler
2012-04-04 11:43:26 -04:00
parent 4225317dad
commit 7c2cb55d81
2 changed files with 4 additions and 4 deletions

View File

@@ -352,7 +352,7 @@ function updateytplayerInfo() {
}
if (player_state == 1){
update_captions(getCurrentTime());
handle = $('.ui-slider-handle', slider);
handle = $('.ui-slider-handle', $('#slider'));
handle.qtip('option', 'content.text', '' + format_time(getCurrentTime()));
}
// updateHTML("videoduration", getDuration());
@@ -422,7 +422,7 @@ function stop() {
function getPlayerState() {
if (ytplayer) {
return ytplayer.getPlayerState();
return ytplayer.getPlayerState();
}
}