merging changes
This commit is contained in:
commit
7cbbab915a
1 changed files with 1 additions and 1 deletions
|
@ -11970,7 +11970,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'));
|
||||
|
||||
|
|
Loading…
Reference in a new issue