Fixed full screen for auto wizard.
This commit is contained in:
parent
d8d6081bcc
commit
24390fe4f3
2 changed files with 4 additions and 1 deletions
|
@ -728,6 +728,9 @@ class App.WizardModal extends App.Controller
|
|||
if type
|
||||
@$(".#{screen}").find("[name=\"options::#{field}\"]").closest('.form-group').addClass('has-error')
|
||||
|
||||
render: ->
|
||||
# do nothing
|
||||
|
||||
class App.WizardFullScreen extends App.WizardModal
|
||||
className: 'getstarted fit'
|
||||
|
||||
|
|
|
@ -59,7 +59,7 @@ class Index extends App.WizardFullScreen
|
|||
App.Config.set( 'getting_started', Index, 'Routes' )
|
||||
|
||||
|
||||
class AutoWizard extends App.ControllerContent
|
||||
class AutoWizard extends App.WizardFullScreen
|
||||
constructor: ->
|
||||
super
|
||||
|
||||
|
|
Loading…
Reference in a new issue