mirror of
https://github.com/PretendoNetwork/website.git
synced 2026-03-21 17:24:28 -05:00
chore(lint): fix
This commit is contained in:
parent
d8ba94a8d6
commit
43a43637a6
|
|
@ -384,8 +384,9 @@ function openTab(e, tabType) {
|
|||
document
|
||||
.querySelectorAll('#saveTab img[data-src]')
|
||||
.forEach((e) => {
|
||||
if (e.getAttribute('data-src') !== e.src)
|
||||
if (e.getAttribute('data-src') !== e.src) {
|
||||
e.setAttribute('src', e.getAttribute('data-src'));
|
||||
}
|
||||
});
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user