trim /public from http

This commit is contained in:
bel
2023-10-29 09:52:57 -06:00
parent b006333035
commit 58cafcfaa3
3 changed files with 10 additions and 5 deletions

View File

@@ -17,7 +17,7 @@
}
function callback(responseBody, responseStatus) {
}
var f = String(window.location).split("/public/transactions.html")[1]
var f = String(window.location).split("/transactions.html")[1]
if (!f) {
f = "/moolah.dat"
}