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