mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2025-02-20 13:46:52 +01:00
Fix regression
This commit is contained in:
parent
a7af1b1765
commit
62760bf1e2
|
|
@ -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
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user