[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[libeufin] 02/02: fix old comment
From: |
gnunet |
Subject: |
[libeufin] 02/02: fix old comment |
Date: |
Tue, 26 Sep 2023 16:12:23 +0200 |
This is an automated email from the git hooks/post-receive script.
sebasjm pushed a commit to branch master
in repository libeufin.
commit 3ea3c3090401d08e1b42b6fea0371f0e9b15ade1
Author: Sebastian <sebasjm@gmail.com>
AuthorDate: Tue Sep 26 11:10:52 2023 -0300
fix old comment
---
debian/usr/share/libeufin/demobank-ui/demobank-ui-settings.js | 6 +-----
1 file changed, 1 insertion(+), 5 deletions(-)
diff --git a/debian/usr/share/libeufin/demobank-ui/demobank-ui-settings.js
b/debian/usr/share/libeufin/demobank-ui/demobank-ui-settings.js
index 5dcc277b..be24af28 100644
--- a/debian/usr/share/libeufin/demobank-ui/demobank-ui-settings.js
+++ b/debian/usr/share/libeufin/demobank-ui/demobank-ui-settings.js
@@ -4,9 +4,5 @@ globalThis.talerDemobankSettings = {
bankName: "Taler Bank",
// Show explainer text and navbar to other demo sites
showDemoNav: false,
- bankBaseUrl: "http://localhost/demobanks/default/"
+ backendBaseURL: "http://localhost/demobanks/default/"
};
-
-// Currently this is still required by demobank-ui,
-// the above, nicer method doesn't work yet.
-localStorage.setItem("bank-base-url", "http://localhost/demobanks/default/")
--
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.