core: Make it possible to host a web page with no additional server-side JS. An experiment in supporting simplicity and increased ability to be publicly searched and archived.
All checks were successful
Build Tilde Friends / Build-All (push) Successful in 30m55s

This commit is contained in:
2025-07-16 12:47:16 -04:00
parent a8f9b67f71
commit 5edfe732b1
2 changed files with 213 additions and 8 deletions

View File

@@ -1050,6 +1050,8 @@ function save(save_to) {
if (save_path != window.location.pathname) {
alert('Saved to ' + save_path + '.');
} else if (!gFiles['app.js']) {
window.location.reload();
} else {
reconnect(save_path);
}