mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-11-28 22:43:30 +03:00
Merge pull request #2405 from nicksahler/master
Fixed modal inconsistent fade problem
This commit is contained in:
commit
ec3aabb384
@ -316,7 +316,7 @@
|
|||||||
},
|
},
|
||||||
afterRender: function () {
|
afterRender: function () {
|
||||||
this.$el.fadeIn(50);
|
this.$el.fadeIn(50);
|
||||||
$(".modal-background").fadeIn(10, function () {
|
$(".modal-background").show(10, function () {
|
||||||
$(this).addClass("in");
|
$(this).addClass("in");
|
||||||
});
|
});
|
||||||
if (this.model.options.confirm) {
|
if (this.model.options.confirm) {
|
||||||
|
Loading…
Reference in New Issue
Block a user