Skip to content

Commit

Permalink
Fixes #1547
Browse files Browse the repository at this point in the history
  • Loading branch information
BrunoSpy committed Oct 10, 2016
1 parent cd1e08c commit 88ef80a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion module/Application/public/assets/js/jquery.ui.timeline.js
Original file line number Diff line number Diff line change
Expand Up @@ -1321,7 +1321,7 @@
this._updateTimebar();
} else {
var TimeBar = $('<div id="TimeBar"></div>');
this.element.find('#timeline-base').append(TimeBar);
this.element.prepend(TimeBar);
var x = this._computeX(new Date());
TimeBar.css({
'top': /*this.options.topOffset + */this.params.topSpace + 'px',
Expand Down

0 comments on commit 88ef80a

Please sign in to comment.