rename because ledger-ui doesnt like symlinks
cicd / ci (push) Successful in 50s Details

main
Bel LaPointe 2023-11-07 07:00:43 -07:00
parent f7098def0e
commit 2051fa1cdc
2 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@
} }
var f = String(window.location).split("/transactions.html")[1] var f = String(window.location).split("/transactions.html")[1]
if (!f) { if (!f) {
f = "/moolah.dat" f = "/ledger.dat"
} }
f = "." + f f = "." + f
function init() { function init() {