Skip to content

Commit

Permalink
Another error message fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
vstakhov committed Jun 23, 2015
1 parent 0e7b57e commit c2d4826
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/rspamd.js
Original file line number Diff line number Diff line change
Expand Up @@ -964,7 +964,7 @@
xhr.setRequestHeader('Map', id);
xhr.setRequestHeader('Debug', true);
},
error: function() {
error: function(data) {
alertMessage('alert-modal alert-error', data.statusText);
},
success: function(data) {
Expand Down

0 comments on commit c2d4826

Please sign in to comment.