more optimizations, remove WTVIRC for now, upgrade test.js
This commit is contained in:
@@ -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> You cannot delete your last folder.</i>"
|
||||
data += `
|
||||
<hr width=420>
|
||||
|
||||
Reference in New Issue
Block a user