From 18be7a8999af1d2ea1a37d5ba108b959546dcca5 Mon Sep 17 00:00:00 2001 From: John O'Nolan Date: Sat, 15 Mar 2014 17:12:49 +0100 Subject: [PATCH] Get rid of old modal types Fixes TryGhost/Ghost-UI/issues/17 --- core/client/views/editor.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/core/client/views/editor.js b/core/client/views/editor.js index aeb26f5873..35b29605c6 100644 --- a/core/client/views/editor.js +++ b/core/client/views/editor.js @@ -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' },