0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-01-06 22:40:14 -05:00

Merge pull request #2405 from nicksahler/master

Fixed modal inconsistent fade problem
This commit is contained in:
Hannah Wolfe 2014-03-19 16:15:14 +00:00
commit ec3aabb384

View file

@ -316,7 +316,7 @@
},
afterRender: function () {
this.$el.fadeIn(50);
$(".modal-background").fadeIn(10, function () {
$(".modal-background").show(10, function () {
$(this).addClass("in");
});
if (this.model.options.confirm) {