Unlock guest login button fix

This commit is contained in:
Jeremy "EndenDragon" Zhang 2020-06-10 16:05:09 -07:00 committed by GitHub
parent e9135d2027
commit 03dc1a8b4a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -739,6 +739,7 @@
function unlock_login_fields() {
$("#loginProgress").hide();
$("#discordlogin_btn").attr("disabled",false);
$("#guestlogin_btn").attr("disabled",false);
$("#custom_username_field").prop("disabled",false);
clearTimeout(logintimer);
}