more optimizations, remove WTVIRC for now, upgrade test.js
This commit is contained in:
@@ -64,7 +64,7 @@ the page's address.
|
||||
<form>
|
||||
<font color=ffcf69><shadow>
|
||||
<input type=button usestyle borderimage="file://ROM/Borders/ButtonBorder2.bif"`;
|
||||
if (request_headers.query.goBack == "true")
|
||||
if (request_headers.query.goBack === "true")
|
||||
data += "action=client:goback value=Done"
|
||||
else
|
||||
data += "action=Print value=Continue"
|
||||
|
||||
@@ -76,7 +76,7 @@ To add a new user now, choose this link:
|
||||
<form>
|
||||
<font color=ffcf69><shadow>
|
||||
<input type=button usestyle borderimage="file://ROM/Borders/ButtonBorder2.bif"`;
|
||||
if (request_headers.query.directLink == "true")
|
||||
if (request_headers.query.directLink === "true")
|
||||
data += "action=javascript:location=history.go(-1);"
|
||||
else
|
||||
data += "action=javascript:location=history.go(-2);"
|
||||
|
||||
Reference in New Issue
Block a user