mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-02-10 23:36:14 -05:00
Updated the animation option on Upload Modals to new format
This commit is contained in:
parent
53f340cc96
commit
c1e677915d
1 changed files with 1 additions and 1 deletions
|
@ -187,7 +187,7 @@
|
||||||
close: false,
|
close: false,
|
||||||
type: "action",
|
type: "action",
|
||||||
style: ["wide"],
|
style: ["wide"],
|
||||||
animation: 'fadeIn',
|
animation: 'fade',
|
||||||
afterRender: function () {
|
afterRender: function () {
|
||||||
this.$('.js-drop-zone').upload();
|
this.$('.js-drop-zone').upload();
|
||||||
},
|
},
|
||||||
|
|
Loading…
Add table
Reference in a new issue