more optimizations, remove WTVIRC for now, upgrade test.js

This commit is contained in:
zefie
2025-08-13 21:42:22 -04:00
parent 54bb975f1a
commit 22c7229e38
162 changed files with 1002 additions and 5539 deletions

View File

@@ -207,7 +207,7 @@ Object.keys(favarray).forEach(function (k) {
data += `</td><td abswidth="139" valign="top">
<table href="${url}" bgcolor="191919">
<tbody><tr><td abswidth="139" align="center">`;
if (favarray[k].imagetype == "url")
if (favarray[k].imagetype === "url")
data += `<img src="${favarray[k].image}" width="70" vspace="5" height="52"><br>`;
else
data += `<img src="get-thumbnail?folder=${favarray[k].folder}&id=${favarray[k].id}" width="70" vspace="5" height="52"><br>`;
@@ -218,7 +218,7 @@ ${favarray[k].title}
</font>
</td></tr></tbody></table>
</td></tr></tbody></table>`;
if ((parseInt(k) + 1) % 3 == 0) {
if ((parseInt(k) + 1) % 3 === 0) {
// every 3 objects
data += `</td></tr></tbody></table>
<table cellspacing="0" cellpadding="0">