mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-01-06 22:40:14 -05:00
Merge pull request #2401 from JohnONolan/fix-modal
Get rid of old modal types
This commit is contained in:
commit
2d4c6647b2
1 changed files with 0 additions and 2 deletions
|
@ -387,7 +387,6 @@
|
|||
model: {
|
||||
options: {
|
||||
close: true,
|
||||
type: "info",
|
||||
style: ["wide"],
|
||||
animation: 'fade'
|
||||
},
|
||||
|
@ -531,7 +530,6 @@
|
|||
model: {
|
||||
options: {
|
||||
close: true,
|
||||
type: "info",
|
||||
style: ["wide"],
|
||||
animation: 'fade'
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue