rename because ledger-ui doesnt like symlinks
cicd / ci (push) Successful in 50s
Details
cicd / ci (push) Successful in 50s
Details
parent
f7098def0e
commit
2051fa1cdc
|
|
@ -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() {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue