mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
FIX: Bootbox modals were not coming through properly. Temp have them use the old way of displaying. Will look into how to have them be the same as the "fixed" way.
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
<div id='modal-outer-container'>
|
||||
<div id='modal-middle-container'>
|
||||
<div id='modal-inner-container'>
|
||||
<div class="modal-outer-container">
|
||||
<div class="modal-middle-container">
|
||||
<div class="modal-inner-container">
|
||||
|
||||
<div class="modal-header">
|
||||
<a class="close" {{action closeModal}}><i class='icon-remove icon'></i></a>
|
||||
|
||||
Reference in New Issue
Block a user