Skip to content

Commit

Permalink
Modal manquante
Browse files Browse the repository at this point in the history
  • Loading branch information
wincelau committed Oct 13, 2024
1 parent aad23a0 commit 58f1231
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion templates/signature.html.php
Original file line number Diff line number Diff line change
Expand Up @@ -256,7 +256,16 @@
</div>
</div>
<?php endif; ?>

<div class="modal" id="modalLoading" data-bs-backdrop="static" data-bs-keyboard="false" tabindex="-1">
<div class="modal-dialog modal-lg modal-dialog-centered">
<div class="modal-content bg-transparent border-0">
<div class="modal-body text-center my-5 text-white fs-4">
<p></p>
<div class="spinner-border" role="status"></div>
</div>
</div>
</div>
</div>
<span id="is_mobile" class="d-md-none"></span>

<script src="<?php echo $REVERSE_PROXY_URL; ?>/vendor/bootstrap.bundle.min.js?5.3.3"></script>
Expand Down

0 comments on commit 58f1231

Please sign in to comment.