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:
commit
2d4c6647b2
1 changed files with 0 additions and 2 deletions
|
@ -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'
|
||||||
},
|
},
|
||||||
|
|
Loading…
Add table
Reference in a new issue