mirror of
https://github.com/alextselegidis/easyappointments.git
synced 2024-11-25 09:23:08 +03:00
Remove the default paragraph in the message modal
This commit is contained in:
parent
c407bf50a7
commit
295a5f1baf
1 changed files with 1 additions and 3 deletions
|
@ -70,9 +70,7 @@ window.App.Utils.Message = (function () {
|
||||||
}
|
}
|
||||||
</div>
|
</div>
|
||||||
<div class="modal-body">
|
<div class="modal-body">
|
||||||
<p>
|
${message}
|
||||||
${message}
|
|
||||||
</p>
|
|
||||||
</div>
|
</div>
|
||||||
<div class="modal-footer">
|
<div class="modal-footer">
|
||||||
<!-- * -->
|
<!-- * -->
|
||||||
|
|
Loading…
Reference in a new issue