a
This commit is contained in:
parent
0f4cc5b119
commit
73ba54fdb8
|
|
@ -13,6 +13,7 @@
|
|||
</div>
|
||||
<?php endif; ?>
|
||||
|
||||
<!--
|
||||
<script type="text/javascript">
|
||||
document.addEventListener('DOMContentLoaded', function () {
|
||||
const input = document.getElementById('donneesCarte');
|
||||
|
|
@ -53,14 +54,13 @@
|
|||
});
|
||||
});
|
||||
</script>
|
||||
|
||||
<!--
|
||||
<script>
|
||||
document.getElementById('donneesCarte').addEventListener('change', function () {
|
||||
if (this.value.length > 3) {
|
||||
alert("submit");
|
||||
this.form.submit();
|
||||
}
|
||||
});
|
||||
</script>
|
||||
-->
|
||||
|
||||
<script>
|
||||
document.getElementById('donneesCarte').addEventListener('change', function () {
|
||||
if (this.value.length > 3) {
|
||||
alert("submit");
|
||||
this.form.submit();
|
||||
}
|
||||
});
|
||||
</script>
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user