From 2051fa1cdcf23745ba1d4af0ad1044ea766904de Mon Sep 17 00:00:00 2001 From: Bel LaPointe Date: Tue, 7 Nov 2023 07:00:43 -0700 Subject: [PATCH] rename because ledger-ui doesnt like symlinks --- cmd/http/{moolah.dat => ledger.dat} | 0 cmd/http/public/transactions.html | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) rename cmd/http/{moolah.dat => ledger.dat} (100%) diff --git a/cmd/http/moolah.dat b/cmd/http/ledger.dat similarity index 100% rename from cmd/http/moolah.dat rename to cmd/http/ledger.dat diff --git a/cmd/http/public/transactions.html b/cmd/http/public/transactions.html index de6d03e..34f8f29 100644 --- a/cmd/http/public/transactions.html +++ b/cmd/http/public/transactions.html @@ -19,7 +19,7 @@ } var f = String(window.location).split("/transactions.html")[1] if (!f) { - f = "/moolah.dat" + f = "/ledger.dat" } f = "." + f function init() {