1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-11-22 18:00:18 +01:00

Made network spinner clickable

Opens network menu, for when network is unreachable.

Fixes #279
This commit is contained in:
Dan Finlay 2016-06-14 15:00:25 -07:00
parent 76bd67a563
commit c8706b5d6f

View File

@ -19,6 +19,7 @@ Network.prototype.render = function() {
if (networkNumber == 'loading') { if (networkNumber == 'loading') {
return h('img', { return h('img', {
title: 'Attempting to connect to blockchain.', title: 'Attempting to connect to blockchain.',
onClick:(event) => this.props.onClick(event),
style: { style: {
width: '27px', width: '27px',
marginRight: '-27px' marginRight: '-27px'