Skip to content

Commit 68f0559

Browse files
ndejongAdSchellevis
authored andcommitted
cause data from callback_ok to be passed through (#2580)
1 parent d1f7dff commit 68f0559

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/opnsense/www/js/opnsense_ui.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ function saveFormToEndpoint(url,formid,callback_ok, disable_dialog) {
9090
}
9191
} else if ( callback_ok != undefined ) {
9292
// execute callback function
93-
callback_ok();
93+
callback_ok(data);
9494
}
9595
}
9696
});

0 commit comments

Comments
 (0)