aboutsummaryrefslogtreecommitdiffstats
path: root/ui/app/send.js
diff options
context:
space:
mode:
authorFrankie <frankie.diamond@gmail.com>2016-09-13 01:40:59 +0800
committerGitHub <noreply@github.com>2016-09-13 01:40:59 +0800
commitb8f75e387a91135b870c9f268977445c8e0877a4 (patch)
tree9a4f288759d608b2300dc0245ea898f01d6d9a1b /ui/app/send.js
parentfcc9ca812e557fd5ecc547f5eb597069788d6c00 (diff)
parentc37c050c8a119e4c2de1edea474c3c3d5ad1cf99 (diff)
downloadtangerine-wallet-browser-b8f75e387a91135b870c9f268977445c8e0877a4.tar
tangerine-wallet-browser-b8f75e387a91135b870c9f268977445c8e0877a4.tar.gz
tangerine-wallet-browser-b8f75e387a91135b870c9f268977445c8e0877a4.tar.bz2
tangerine-wallet-browser-b8f75e387a91135b870c9f268977445c8e0877a4.tar.lz
tangerine-wallet-browser-b8f75e387a91135b870c9f268977445c8e0877a4.tar.xz
tangerine-wallet-browser-b8f75e387a91135b870c9f268977445c8e0877a4.tar.zst
tangerine-wallet-browser-b8f75e387a91135b870c9f268977445c8e0877a4.zip
Merge pull request #644 from MetaMask/revert-638-i555-SaltVault
Revert "Add new eth-lightwallet salting to vault."
Diffstat (limited to 'ui/app/send.js')
-rw-r--r--ui/app/send.js6
1 files changed, 3 insertions, 3 deletions
diff --git a/ui/app/send.js b/ui/app/send.js
index e660e90a8..009866cf7 100644
--- a/ui/app/send.js
+++ b/ui/app/send.js
@@ -138,7 +138,7 @@ SendTransactionScreen.prototype.render = function () {
h('input.large-input', {
name: 'address',
placeholder: 'Recipient Address',
- dataSet: {
+ dataset: {
persistentFormId: 'recipient-address',
},
}),
@@ -154,7 +154,7 @@ SendTransactionScreen.prototype.render = function () {
style: {
marginRight: 6,
},
- dataSet: {
+ dataset: {
persistentFormId: 'tx-amount',
},
}),
@@ -192,7 +192,7 @@ SendTransactionScreen.prototype.render = function () {
width: '100%',
resize: 'none',
},
- dataSet: {
+ dataset: {
persistentFormId: 'tx-data',
},
}),