add todo
This commit is contained in:
parent
61c7332386
commit
1b5be20900
@ -72,6 +72,7 @@ class Modal {
|
|||||||
let response = {};
|
let response = {};
|
||||||
$('#' + scope.modal + ' input[type=text]').each(function() {
|
$('#' + scope.modal + ' input[type=text]').each(function() {
|
||||||
response[$(this).attr('name')] = $(this).val();
|
response[$(this).attr('name')] = $(this).val();
|
||||||
|
// TODO i thonk we dont need .get() here, as we dont save the output
|
||||||
}).get();
|
}).get();
|
||||||
scope.callback(scope.callback_arguments, response);
|
scope.callback(scope.callback_arguments, response);
|
||||||
});
|
});
|
||||||
|
Loading…
x
Reference in New Issue
Block a user