diff --git a/statics/plugins/x-editable/js/bootstrap-editable.js b/statics/plugins/x-editable/js/bootstrap-editable.js index dd81385..bf31f59 100755 --- a/statics/plugins/x-editable/js/bootstrap-editable.js +++ b/statics/plugins/x-editable/js/bootstrap-editable.js @@ -2091,12 +2091,12 @@ Makes editable any HTML element on the page. Applied as jQuery method. }; } - // ajax success callabck (response 200 OK) + // ajax success callback (response 200 OK) ajaxOptions.success = typeof config.success === 'function' ? function(response) { config.success.call($elems, response, config); } : $.noop; - // ajax error callabck + // ajax error callback ajaxOptions.error = typeof config.error === 'function' ? function() { config.error.apply($elems, arguments); } : $.noop; @@ -6804,4 +6804,4 @@ Automatically shown in inline mode. $.fn.editabletypes.datetimefield = DateTimeField; -}(window.jQuery)); \ No newline at end of file +}(window.jQuery));