summaryrefslogtreecommitdiff
path: root/chimere/templates
diff options
context:
space:
mode:
authorÉtienne Loks <etienne.loks@peacefrogs.net>2012-10-14 13:26:09 +0200
committerÉtienne Loks <etienne.loks@peacefrogs.net>2012-10-14 13:26:09 +0200
commita55f77a246f99764ff6289686f80825526654e2b (patch)
tree7448ab7daa81928339e6fcc47c97eb8835a953ca /chimere/templates
parent7e6d853d67087fcac51542da8a3ae4b1aa207f13 (diff)
downloadChimère-a55f77a246f99764ff6289686f80825526654e2b.tar.bz2
Chimère-a55f77a246f99764ff6289686f80825526654e2b.zip
More explicit error on file upload - Update jquery requirement
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>