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:
commit
ec3aabb384
1 changed files with 1 additions and 1 deletions
|
@ -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) {
|
||||
|
|
Loading…
Reference in a new issue