We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d1f7dff commit 68f0559Copy full SHA for 68f0559
1 file changed
src/opnsense/www/js/opnsense_ui.js
@@ -90,7 +90,7 @@ function saveFormToEndpoint(url,formid,callback_ok, disable_dialog) {
90
}
91
} else if ( callback_ok != undefined ) {
92
// execute callback function
93
- callback_ok();
+ callback_ok(data);
94
95
96
});
0 commit comments