Fix regression

This commit is contained in:
Laurent Destailleur 2019-02-14 21:45:23 +01:00
parent a7af1b1765
commit 62760bf1e2

View File

@ -2140,6 +2140,7 @@ if (! function_exists("llxFooter"))
?>
<!-- Disabled. This creates a lot of regression. A better solution is to add a protection on submitted page to avoid action to be done twice.
<script type="text/javascript">
//Prevent from multiple form sending
$(function() {
@ -2150,6 +2151,7 @@ if (! function_exists("llxFooter"))
});
});
</script>
-->
<?php
}
}