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

@@ -3,7 +3,7 @@ const minisrv_service_file = true;
const docName = request_headers.query.docName;
const docTitle = request_headers.query.docTitle;
if (docTitle.length == 0) {
if (docTitle.length === 0) {
headers = "400 You must enter a title for your page. Please enter a title and try again."
} else {
const pagedata = session_data.pagestore.loadPage(docName);