mirror of
https://github.com/PretendoNetwork/website.git
synced 2026-08-12 20:06:13 -05:00
chore(lint): fix
This commit is contained in:
@@ -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'));
|
||||
}
|
||||
});
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user