Merge pull request #1760 from ultimatemember/feature/remove_image_loading_attribute

Fixed a conflict between the image uploader and lazy-loading
This commit is contained in:
Mykyta Synelnikov
2025-11-18 13:13:12 +02:00
committed by GitHub
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