0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-01-20 22:42:53 -05:00

Merge pull request #2401 from JohnONolan/fix-modal

Get rid of old modal types
This commit is contained in:
Hannah Wolfe 2014-03-15 16:16:17 +00:00
commit 2d4c6647b2

View file

@ -387,7 +387,6 @@
model: { model: {
options: { options: {
close: true, close: true,
type: "info",
style: ["wide"], style: ["wide"],
animation: 'fade' animation: 'fade'
}, },
@ -531,7 +530,6 @@
model: { model: {
options: { options: {
close: true, close: true,
type: "info",
style: ["wide"], style: ["wide"],
animation: 'fade' animation: 'fade'
}, },