minor cleanups (#225)

* use normal html self-closing tags

* stop using obsolete test integration

* make test more straightforward

* removed unused setting
This commit is contained in:
Éric
2022-12-11 16:53:05 -05:00
committed by GitHub
parent 19cbeead58
commit 15da0bfd9a
7 changed files with 20 additions and 21 deletions
@@ -1808,7 +1808,7 @@
_mfpTrigger('LazyLoad', item);
if(item.type === 'image') {
item.img = $('<img class="mfp-img" />').on('load.mfploader', function() {
item.img = $('<img class="mfp-img">').on('load.mfploader', function() {
item.hasSize = true;
}).on('error.mfploader', function() {
item.hasSize = true;
@@ -1864,4 +1864,4 @@
/*>>retina*/
_checkInstance();
}));
}));