mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-12-23 09:52:26 +01:00
Merge pull request #3740 from danjm/i3682-navigateTo-undefined
Stop using navigateTo for external link in settings.
This commit is contained in:
commit
5a1f9d525d
@ -168,7 +168,6 @@ ConfigScreen.prototype.render = function () {
|
|||||||
h('a', {
|
h('a', {
|
||||||
href: 'http://metamask.helpscoutdocs.com/article/36-resetting-an-account',
|
href: 'http://metamask.helpscoutdocs.com/article/36-resetting-an-account',
|
||||||
target: '_blank',
|
target: '_blank',
|
||||||
onClick (event) { this.navigateTo(event.target.href) },
|
|
||||||
}, 'Read more.'),
|
}, 'Read more.'),
|
||||||
]),
|
]),
|
||||||
h('br'),
|
h('br'),
|
||||||
@ -260,7 +259,3 @@ function currentProviderDisplay (metamaskState) {
|
|||||||
h('span', value),
|
h('span', value),
|
||||||
])
|
])
|
||||||
}
|
}
|
||||||
|
|
||||||
ConfigScreen.prototype.navigateTo = function (url) {
|
|
||||||
global.platform.openWindow({ url })
|
|
||||||
}
|
|
||||||
|
Loading…
Reference in New Issue
Block a user