- remove the loading attribute that may block the profile photo and cover photo uploading.

This commit is contained in:
yuriinalivaiko
2025-10-17 23:34:14 +03:00
parent efc3227634
commit c510915939
2 changed files with 2 additions and 1 deletions
+1
View File
@@ -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 );
+1 -1
View File
File diff suppressed because one or more lines are too long