Refactor
This commit is contained in:
parent
9473340341
commit
fffe2a06fc
1 changed files with 0 additions and 2 deletions
|
@ -123,8 +123,6 @@ $(function() {
|
|||
var elementFavicon = elementImage.children('img.favicon');
|
||||
|
||||
if (!elementFavicon.length) {
|
||||
console.log(elementImage.children());
|
||||
|
||||
elementImage.children().first().after(
|
||||
'<img class="favicon" src="' + info.favicon + '" loading="lazy">'
|
||||
);
|
||||
|
|
Loading…
Reference in a new issue