0
Fork 0
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:
Matthew Harrison-Jones 2013-09-06 15:39:26 +01:00
parent 53f340cc96
commit c1e677915d

View file

@ -187,7 +187,7 @@
close: false,
type: "action",
style: ["wide"],
animation: 'fadeIn',
animation: 'fade',
afterRender: function () {
this.$('.js-drop-zone').upload();
},