diff --git a/index.html b/index.html index 431f402..b5a8c00 100755 --- a/index.html +++ b/index.html @@ -102,6 +102,7 @@ document.getElementById('step_two').click(); document.getElementsByClassName('progress-bar')[0].style.width = "50%"; document.getElementsByClassName('progress-bar')[0].innerText = "Generated wallet commands"; + $('#network_toggle').addClass('hidden'); proposal.walletCommands(); @@ -113,6 +114,7 @@ $('#btnNew').click(function() { proposal.resetProposal(); + $('#network_toggle').removeClass('hidden'); }); } }); @@ -178,7 +180,7 @@