Skip to content
This repository has been archived by the owner on Oct 6, 2024. It is now read-only.

Commit

Permalink
fix issue
Browse files Browse the repository at this point in the history
  • Loading branch information
augustresende committed Jan 11, 2018
1 parent 397796e commit 4b774fd
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions pages/create.pg
Original file line number Diff line number Diff line change
Expand Up @@ -85,9 +85,7 @@ function finishclick() {
clientPoW();
walletloaded = true;
});
$("#content").load( "pages/index.pg" );
$( "#wallet1" ).removeClass('selected');
$( "#wallet2" ).addClass('selected');
PageLoad("home");
}, 700)
});
}
Expand Down

0 comments on commit 4b774fd

Please sign in to comment.