taler-typescript-core

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

commit b285d3e2774c1fa3842821b3af7d7bb6a71f50de
parent 9b5c319cd9d5c249aa0f93d9dded0e99b4025915
Author: Florian Dold <florian.dold@gmail.com>
Date:   Thu, 20 Sep 2018 13:18:15 +0200

popup

Diffstat:
Msrc/webex/pages/popup.tsx | 3+++
1 file changed, 3 insertions(+), 0 deletions(-)

diff --git a/src/webex/pages/popup.tsx b/src/webex/pages/popup.tsx @@ -522,6 +522,9 @@ function WalletDebug(props: any) { <button onClick={openExtensionPage("/src/webex/pages/popup.html")}> wallet tab </button> + <button onClick={openExtensionPage("/src/webex/pages/benchmark.html")}> + benchmark + </button> <button onClick={openExtensionPage("/src/webex/pages/show-db.html")}> show db </button>