We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b445c6c commit c827cefCopy full SHA for c827cef
1 file changed
interface/web/js/scrigo.js.php
@@ -105,7 +105,7 @@ function submitForm(formname,target) {
105
},
106
failure: function(o) {
107
var parts = o.responseText.split(':');
108
- alert('Ajax Request was not successful. '+parts[1]);
+ alert('Ajax Request was not successful.');
109
}
110
111
@@ -145,7 +145,7 @@ function submitUploadForm(formname,target) {
145
146
147
148
- alert('Ajax Request was not successful. 1');
149
150
151
0 commit comments