Update references to TiddlySpot

This commit is contained in:
Jeremy Ruston
2025-06-20 15:00:05 +01:00
parent 413f14ea9d
commit 5d0d2b1369
3 changed files with 6 additions and 13 deletions
+1 -1
View File
@@ -44,7 +44,7 @@ UploadSaver.prototype.save = function(text,method,callback) {
}
// Construct the url if not provided
if(!url) {
url = "http://" + username + ".tiddlyspot.com/store.cgi";
url = "http://" + username + ".tiddlyhost.com/";
}
// Assemble the header
var boundary = "---------------------------" + "AaB03x";