Fix upload error logging

This commit is contained in:
champsupertramp
2016-05-25 12:14:16 +08:00
parent 5bd871fcf5
commit 24ef2c909a
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -526,7 +526,7 @@ function initImageUpload_UM( trigger ) {
try{
data = jQuery.parseJSON(data);
} catch (e) {
console.log( e );
console.log( e, data );
return;
}
+1 -1
View File
File diff suppressed because one or more lines are too long