embed static files
All checks were successful
cicd / cicd (push) Successful in 44s

This commit is contained in:
bel
2023-10-28 10:38:28 -06:00
parent cb6e23a498
commit 432b2df131
3 changed files with 10 additions and 4 deletions

View File

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