4 lines
111 B
Text
4 lines
111 B
Text
.ajaxError(function(${1:request, settings}) {
|
|
${2://stuff to do when an AJAX call returns an error};
|
|
});
|
|
${3}
|