This commit is contained in:
j 2011-02-25 21:13:31 +01:00
parent fe026fc0e5
commit 157c2058ff

View file

@ -11909,7 +11909,7 @@ requires
.mousemove(function(event) {
var position = getPosition(event),
image = getFrame(position),
frameHeight = image.height;
frameHeight = image?image.height:that.height();
frame.attr('src', image.src);
timestamp.html(Ox.formatDuration(position, 'short'));