mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-12-23 09:52:26 +01:00
Remove commented out code
This commit is contained in:
parent
b2b7e7ff7e
commit
4f9e66994d
@ -86,43 +86,6 @@ App.prototype.render = function() {
|
|||||||
this.renderPrimary(),
|
this.renderPrimary(),
|
||||||
]),
|
]),
|
||||||
]),
|
]),
|
||||||
|
|
||||||
// footer
|
|
||||||
// h('.app-footer.flex-row.flex-space-around', {
|
|
||||||
// style: {
|
|
||||||
// display: shouldHaveFooter ? 'flex' : 'none',
|
|
||||||
// alignItems: 'center',
|
|
||||||
// height: '56px',
|
|
||||||
// }
|
|
||||||
// }, [
|
|
||||||
|
|
||||||
// // settings icon
|
|
||||||
// h('i.fa.fa-cog.fa-lg' + (view === 'config' ? '.active' : '.cursor-pointer'), {
|
|
||||||
// style: {
|
|
||||||
// opacity: state.isUnlocked ? '1.0' : '0.0',
|
|
||||||
// transition: 'opacity 200ms ease-in',
|
|
||||||
// //transform: `translateX(${state.isUnlocked ? '0px' : '-100px'})`,
|
|
||||||
// },
|
|
||||||
// onClick: function(ev) {
|
|
||||||
// state.dispatch(actions.showConfigPage())
|
|
||||||
// },
|
|
||||||
// }),
|
|
||||||
|
|
||||||
// // toggle
|
|
||||||
// onOffToggle({
|
|
||||||
// toggleMetamaskActive: this.toggleMetamaskActive.bind(this),
|
|
||||||
// isUnlocked: state.isUnlocked,
|
|
||||||
// }),
|
|
||||||
|
|
||||||
// // help
|
|
||||||
// h('i.fa.fa-question.fa-lg.cursor-pointer', {
|
|
||||||
// style: {
|
|
||||||
// opacity: state.isUnlocked ? '1.0' : '0.0',
|
|
||||||
// },
|
|
||||||
// onClick() { state.dispatch(actions.showInfoPage()) }
|
|
||||||
// }),
|
|
||||||
// ]),
|
|
||||||
|
|
||||||
])
|
])
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user