show ScreenBorder option to Old Classic units since it seems to work
This commit is contained in:
@@ -2,7 +2,7 @@ if (request_headers.query) {
|
||||
if (request_headers.query.shade) {
|
||||
headers = `300 OK
|
||||
Location: wtv-setup:/screen
|
||||
wtv-visit: client:setscreenborder?${request_headers.query.shade}`;
|
||||
wtv-visit: client:setscreenborder?shade=${request_headers.query.shade}`;
|
||||
} else {
|
||||
var errpage = wtvshared.doErrorPage(400);
|
||||
headers = errpage[0];
|
||||
|
||||
Reference in New Issue
Block a user