X-Git-Url: https://git.mdrn.pl/fnpeditor.git/blobdiff_plain/6515d67111202f746a1a58c66dcf2261636f2a26..5f6b12e9b2b5f3a35d22f690ba4052dd68b7f83d:/src/editor/views/dialog/dialog.html?ds=sidebyside

diff --git a/src/editor/views/dialog/dialog.html b/src/editor/views/dialog/dialog.html
index 7499cd1..3e1463e 100644
--- a/src/editor/views/dialog/dialog.html
+++ b/src/editor/views/dialog/dialog.html
@@ -1,6 +1,6 @@
 <div class="rng-dialog modal hide static <%= cssClass %>">
     <div class="modal-header">
-        <button type="button" class="close">&times;</button>
+        <% if(closeButton) { %><button type="button" class="close">&times;</button><% } %>
         <h1><%= title %></h1>
     </div>
     <div class="modal-body">