We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2251cce commit 8dae790Copy full SHA for 8dae790
1 file changed
src/Views/shared/common.blade.php
@@ -13,7 +13,7 @@
13
@section('footer')
14
<script type="text/javascript">
15
16
- function success_ajax_callback() {
+ function success_ajax_callback(response) {
17
// You may define a specific callback in any form to do additional actions on success
18
}
19
@@ -96,7 +96,7 @@ function ajax_form_submit(_this)
96
97
98
// Custom version in search form own script
99
- success_ajax_callback();
+ success_ajax_callback(response);
100
101
102
});
0 commit comments