mirror of
https://github.com/10h30/ultimatemember.git
synced 2026-07-20 07:04:06 +09:00
Fix upload error logging
This commit is contained in:
@@ -526,7 +526,7 @@ function initImageUpload_UM( trigger ) {
|
|||||||
try{
|
try{
|
||||||
data = jQuery.parseJSON(data);
|
data = jQuery.parseJSON(data);
|
||||||
} catch (e) {
|
} catch (e) {
|
||||||
console.log( e );
|
console.log( e, data );
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Vendored
+1
-1
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user