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

@@ -120,7 +120,7 @@ data += `<tr><td width=225>
</table>
</table>`
}
if (totalfavorites == 1)
if (totalfavorites === 1)
data += `<tr><td align=left valign=top> </table>
<td valign=top align=left>
<table cellspacing=0 cellpadding=0 width=115><tr><td width=227 height=20 bgcolor=#2b2b2b>
@@ -175,7 +175,7 @@ data += `
</table>
</table>
</form>`
if (totalfavorites == 1)
if (totalfavorites === 1)
data += "<i>&nbsp;&nbsp;&nbsp;You cannot delete your last folder.</i>"
data += `
<hr width=420>