hiding some stuff

This commit is contained in:
Jon Lambson 2017-06-29 14:38:07 -06:00
parent 810848067c
commit 69a9c039ce
2 changed files with 6 additions and 6 deletions

View File

@ -71,9 +71,9 @@
</label> </label>
</div> </div>
<!-- <button class="dap-full-button-green js-remember-btn js-authz-remember-me">SIGN IN ONCE</button> --> <!-- <button class="dap-full-button-green js-remember-btn js-authz-remember-me">SIGN IN ONCE</button> -->
<button type="submit" class="btn btn-primary submit-btn dap-full-button-green js-remember-btn js-authz-remember-me" disabled>Submit</button> <button type="submit" class="btn btn-primary submit-btn dap-full-button-green js-remember-btn js-authz-remember-me">Submit</button>
<a href="./authnocode.html" target="_blank" class="btn btn-primary">Send Code Again</a> <a href="./authnocode.html" target="_blank" class="btn btn-primary">Send Code Again</a>
<a href="/" class="btn btn-primary js-edit-email-button" class="btn btn-primary">Edit My Email</a> <a href="" class="btn btn-primary js-edit-email-button" class="btn btn-primary">Edit My Email</a>
</form> </form>
<!-- <a href="./authnocode.html" target="_blank"> <!-- <a href="./authnocode.html" target="_blank">
<p class="dap-centered-text dap-help-text">I didn't receive my code...</p> <p class="dap-centered-text dap-help-text">I didn't receive my code...</p>

View File

@ -92,11 +92,11 @@ $('body').on('click', '.js-auth-li-enabled', function (ev) {
// } // }
// }); // });
$('.js-authn-otp-code').mask('####-####-####'); // $('.js-authn-otp-code').mask('####-####-####');
$('body').on('click', '.js-edit-email-button', function () { // $('body').on('click', '.js-edit-email-button', function () {
$('.js-userid-container').css('display', 'flex'); // $('.js-userid-container').css('display', 'flex');
}); // });
$('body').on('keyup', '.js-oauth3-email', function () { $('body').on('keyup', '.js-oauth3-email', function () {
'use strict'; 'use strict';