diff options
| author | Marcello Stanisci <marcello.stanisci@inria.fr> | 2015-11-14 22:00:07 +0100 |
|---|---|---|
| committer | Marcello Stanisci <marcello.stanisci@inria.fr> | 2015-11-14 22:00:07 +0100 |
| commit | aa75ad4e1c4e31f61c0aaf692fb99220df6cfb2d (patch) | |
| tree | e15efdd67ce2cefe7e911e54986d806e7a26076b /demo/bank/index.html | |
| parent | 4b5fc7dc0e3fd3be4a00cdc76ce86658b9485b93 (diff) | |
fetching mint URL from form server side handler
Diffstat (limited to 'demo/bank/index.html')
| -rw-r--r-- | demo/bank/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/demo/bank/index.html b/demo/bank/index.html index a5734208..15214ce8 100644 --- a/demo/bank/index.html +++ b/demo/bank/index.html @@ -58,7 +58,7 @@ <option value="10.50 KUDOS">10.50 KUDOS</option> <option value="1000.3 KUDOS">1000.3 KUDOS</option> </select> - <input type="text" id="kudos-mint" hidden></input> + <input type="text" name="mint_rcv" id="kudos-mint" hidden></input> <input id="select-mint" type="button" value="Select mint" |
