taler-typescript-core

Wallet core logic and WebUIs for various components
Log | Files | Refs | Submodules | README | LICENSE

commit d18d220557feb43ddb550339cb9fc38b6c4f8aac
parent 49e883381818639f0b1f750406bf2c061b9e578d
Author: Florian Dold <florian.dold@gmail.com>
Date:   Mon,  5 Jun 2017 00:24:00 +0200

fix db dump page

Diffstat:
Msrc/webex/pages/show-db.html | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/webex/pages/show-db.html b/src/webex/pages/show-db.html @@ -5,7 +5,7 @@ <title>Taler Wallet: Reserve Created</title> <link rel="stylesheet" type="text/css" href="../style/wallet.css"> <link rel="icon" href="/img/icon.png"> - <script src="/dist/page-common.js"></script> + <script src="/dist/page-common-bundle.js"></script> <script src="/dist/show-db-bundle.js"></script> </head> <body>