forked from leftypol/leftypol
Better error handling
This commit is contained in:
parent
6cb863005d
commit
979e5754a5
2 changed files with 5 additions and 3 deletions
|
@ -254,10 +254,9 @@ $("form[name='post']").on("submit", function(e){
|
|||
processData: false,
|
||||
contentType: false,
|
||||
success: function(data) {
|
||||
//location.reload();
|
||||
console.log(data);
|
||||
location.reload();
|
||||
},
|
||||
error: function(data) {alert("Something went wrong!"); console.log(data)}
|
||||
error: function(jq, data) {alert($('h2',jq.responseText).text());}
|
||||
});
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue