fix default value of success option
This commit is contained in:
parent
1b6d5f8ab6
commit
9a2cacc2a7
@ -454,7 +454,7 @@ Editableform is linked with one of input types, e.g. 'text', 'select' etc.
|
||||
if(!response.success) return response.msg;
|
||||
}
|
||||
**/
|
||||
success: function(response, newValue) {},
|
||||
success: null,
|
||||
/**
|
||||
Additional options for ajax request.
|
||||
List of values: http://api.jquery.com/jQuery.ajax
|
||||
|
Loading…
x
Reference in New Issue
Block a user