summaryrefslogtreecommitdiff
path: root/chimere/templates
diff options
context:
space:
mode:
Diffstat (limited to 'chimere/templates')
-rw-r--r--chimere/templates/chimere/upload_file.html3
1 files changed, 1 insertions, 2 deletions
diff --git a/chimere/templates/chimere/upload_file.html b/chimere/templates/chimere/upload_file.html
index f82bad9..91a1444 100644
--- a/chimere/templates/chimere/upload_file.html
+++ b/chimere/templates/chimere/upload_file.html
@@ -37,8 +37,7 @@ jQuery(document).ready(function() {
opener.focus();
self.close();
}).error(function (xhr, ajaxOptions, thrownError){
- alert(xhr.status);
- alert(thrownError);
+ alert(xhr.responseText);
} );
});
// --></script>