summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlorian Dold <florian.dold@gmail.com>2017-06-05 00:24:00 +0200
committerFlorian Dold <florian.dold@gmail.com>2017-06-05 00:24:00 +0200
commitd18d220557feb43ddb550339cb9fc38b6c4f8aac (patch)
treed935e55e26f2e6b81ffa17ddaa653d75d468892e
parent49e883381818639f0b1f750406bf2c061b9e578d (diff)
downloadwallet-core-d18d220557feb43ddb550339cb9fc38b6c4f8aac.tar.gz
wallet-core-d18d220557feb43ddb550339cb9fc38b6c4f8aac.tar.bz2
wallet-core-d18d220557feb43ddb550339cb9fc38b6c4f8aac.zip
fix db dump page
-rw-r--r--src/webex/pages/show-db.html2
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>