diff --git a/interface/web/js/scrigo.js.php b/interface/web/js/scrigo.js.php
index ba73aa745363130e5afb72ddccf0227fc3b2028d..a38ec44847dcaa6d4e237184572a87ca4582c8b7 100644
--- a/interface/web/js/scrigo.js.php
+++ b/interface/web/js/scrigo.js.php
@@ -105,7 +105,7 @@ function submitForm(formname,target) {
 		},
 		failure: function(o) {
 			var parts = o.responseText.split(':');
-			alert('Ajax Request was not successful. '+parts[1]);
+			alert('Ajax Request was not successful.');
 		}
 	}
 	
@@ -145,7 +145,7 @@ function submitUploadForm(formname,target) {
 			}
         },
 		failure: function(o) {
-			alert('Ajax Request was not successful. 1');
+			alert('Ajax Request was not successful.');
 		}
 	}