1
0
mirror of https://github.com/24eme/signaturepdf.git synced 2023-08-25 09:33:08 +02:00

bootsrap js inutilisé

This commit is contained in:
Gabriel Poma 2021-09-21 19:19:56 +02:00
parent 00a4e1aa25
commit 567452519f

View File

@ -28,7 +28,6 @@
</div> </div>
</div> </div>
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.0.0-beta3/dist/js/bootstrap.bundle.min.js" integrity="sha384-JEW9xMcG8R+pH31jmWH6WWP0WintQrMb4s7ZOdauHnUtxwoG2vI5DkLtS3qm9Ekf" crossorigin="anonymous"></script>
<script type="text/javascript"> <script type="text/javascript">
document.getElementById('input_pdf_upload').addEventListener('change', function(event) { document.getElementById('input_pdf_upload').addEventListener('change', function(event) {
document.getElementById('form_pdf_upload').submit(); document.getElementById('form_pdf_upload').submit();