aboutsummaryrefslogtreecommitdiff
path: root/pages/show-db.ts
diff options
context:
space:
mode:
authortg(x) <*@tg-x.net>2016-03-02 16:53:14 +0100
committertg(x) <*@tg-x.net>2016-03-02 16:53:14 +0100
commit51d6f9fd94d05741e733b01be915afeb5572f355 (patch)
tree024ef8cab1db8543574c6be33edf9dc2da0ef6ac /pages/show-db.ts
parentcd331e1855fd4c7033e43622ec0a963fefe37bdb (diff)
parent13a8f36cad4d5d2ffec788ff6b4d5b61ed4ddff9 (diff)
downloadwallet-core-51d6f9fd94d05741e733b01be915afeb5572f355.tar.xz
Merge branch 'master' of taler.net:/var/git/wallet-webex
Diffstat (limited to 'pages/show-db.ts')
-rw-r--r--pages/show-db.ts6
1 files changed, 6 insertions, 0 deletions
diff --git a/pages/show-db.ts b/pages/show-db.ts
index 1c414dde7..c99d2f2b3 100644
--- a/pages/show-db.ts
+++ b/pages/show-db.ts
@@ -15,6 +15,12 @@
*/
+/**
+ * Wallet database dump for debugging.
+ *
+ * @author Florian Dold
+ */
+
function replacer(match, pIndent, pKey, pVal, pEnd) {
var key = '<span class=json-key>';
var val = '<span class=json-value>';