mirror of
https://github.com/10h30/ultimatemember.git
synced 2026-07-11 18:56:10 +09:00
- remove the loading attribute that may block the profile photo and cover photo uploading.
This commit is contained in:
@@ -348,6 +348,7 @@ function initImageUpload_UM( trigger ) {
|
||||
|
||||
var cache_ts = new Date();
|
||||
|
||||
img_id.removeAttr("loading");
|
||||
img_id.attr("src", d.url + "?"+cache_ts.getTime() );
|
||||
img_id.data("file", d.file );
|
||||
|
||||
|
||||
Vendored
+1
-1
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user