diff --git a/assets/scripts/login.js b/assets/scripts/login.js index 690026f..92133fb 100644 --- a/assets/scripts/login.js +++ b/assets/scripts/login.js @@ -306,6 +306,7 @@ var Login = function() { $('#section-login').fadeIn(); $('#section-register').hide(); $('#walletseed').text(PassPhraseGenerator.generatePassPhrase(256)); + $('#rwalletseed').val('') $('#register_password').val('') $('#rpassword').val('') }) diff --git a/index.html b/index.html index c2ef32a..1478757 100755 --- a/index.html +++ b/index.html @@ -98,7 +98,7 @@ </div> <div class="form-group form-material floating"> <textarea class="form-control placeholder-no-fix" type="text" placeholder="" name="rwalletseed" id="rwalletseed" style="height: 100px;"></textarea> - <label class="floating-label" for="rwalletseed">Wallet Seed</label> + <label class="floating-label" for="rwalletseed">Confirm Wallet Seed</label> </div> <h4 class="hint" style="color: #fff;"> Please enter password for new wallet: </h4> <div class="form-group form-material floating"> @@ -239,10 +239,27 @@ </div> <!-- Page --> <div class="page animsition"> - <div class="page-content" style="height: 800px;"> - <h2>Blank</h2> + <!-- BEGIN DASHBOARD CONTENT BODY --> + <div class="page-content" id="section-dashboard" style="height: 800px;"> + <h2>Wallet Dashboard</h2> <p>Page content goes here</p> </div> + <!-- END DASHBOARD CONTENT BODY --> + + <!-- BEGIN EASYDEX CONTENT BODY --> + <div class="page-content" id="section-easydex" style="height: 800px;"> + <h2>EasyDEX</h2> + <p>Page content goes here</p> + </div> + <!-- END EASYDEX CONTENT BODY --> + + <!-- BEGIN ABOUT SUPERNET IGUANA CONTENT BODY --> + <div class="page-content" id="section-about-iguana" style="height: 800px;"> + <h2>About Iguana</h2> + <p>Page content goes here</p> + </div> + <!-- END ABOUT SUPERNET IGUANA CONTENT BODY --> + </div> <!-- End Page --> <!-- Footer -->