ControllerModelLoading: make backdrop visible
but still not clickable
This commit is contained in:
parent
4298c3e71c
commit
8ef89eb6bc
2 changed files with 1 additions and 4 deletions
|
@ -242,7 +242,7 @@ class App.ControllerModalLoading extends App.Controller
|
|||
@el.modal
|
||||
keyboard: false
|
||||
show: true
|
||||
backdrop: false
|
||||
backdrop: 'static'
|
||||
container: @container
|
||||
|
||||
render: ->
|
||||
|
|
|
@ -2,9 +2,6 @@
|
|||
|
||||
<form class="modal-content setup wizard">
|
||||
<div class="modal-header">
|
||||
<!--<div class="modal-close js-close">
|
||||
<%- @Icon('diagonal-cross') %>
|
||||
</div>-->
|
||||
<h1 class="modal-title"><%- @T(@head) %></h1>
|
||||
</div>
|
||||
<div class="modal-body">
|
||||
|
|
Loading…
Reference in a new issue