Skip to content

Commit

Permalink
fix safari bug where height is zero
Browse files Browse the repository at this point in the history
  • Loading branch information
lanre-ade committed Oct 4, 2017
1 parent 3ec8bbe commit a41e985
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions js/jquery-confirm.js
Original file line number Diff line number Diff line change
Expand Up @@ -286,10 +286,10 @@ var jconfirm, Jconfirm;
// start countdown after content has loaded.
if (that.autoClose)
that._startCountDown();
}).then(function(){
that._watchContent();
});

this._watchContent();

if (this.animation === 'none') {
this.animationSpeed = 1;
this.animationBounce = 1;
Expand Down

0 comments on commit a41e985

Please sign in to comment.