diff options
author | Florian Dold <florian.dold@gmail.com> | 2017-06-05 00:24:00 +0200 |
---|---|---|
committer | Florian Dold <florian.dold@gmail.com> | 2017-06-05 00:24:00 +0200 |
commit | d18d220557feb43ddb550339cb9fc38b6c4f8aac (patch) | |
tree | d935e55e26f2e6b81ffa17ddaa653d75d468892e | |
parent | 49e883381818639f0b1f750406bf2c061b9e578d (diff) |
fix db dump page
-rw-r--r-- | src/webex/pages/show-db.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/webex/pages/show-db.html b/src/webex/pages/show-db.html index 215c726d9..714089553 100644 --- 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> |