diff options
Diffstat (limited to 'extension/pages/debug.html')
-rw-r--r-- | extension/pages/debug.html | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/extension/pages/debug.html b/extension/pages/debug.html index e4466bc47..7dfa7a9cc 100644 --- a/extension/pages/debug.html +++ b/extension/pages/debug.html @@ -5,6 +5,7 @@ </head> <body> <h1>Debug Pages</h1> - <a href="show-db.html">Show DB</a> + <a href="show-db.html">Show DB</a> <br> + <a href="../popup/balance-overview.html">Show balance</a> </body> </html> |