// Auto login // null $('body').css('height', document.documentElement.clientHeight); function showMsg(type, msg) { $("#msg").removeClass().addClass("alert").addClass(type).html(msg); } $("body").on("click", "#login-reg", function(){ if ($("#login-reg").html() == 'Register') { $(".login-container").fadeOut(500); window.setTimeout("$('#login-reg').html('Login');changeForm(1)", 500); $(".login-container").fadeIn(500); } else { $(".login-container").fadeOut(500); window.setTimeout("$('#login-reg').html('Register');changeForm(0)", 500); $(".login-container").fadeIn(500); } }); function changeForm(code){ $("#msg").addClass("hide"); if (code == 1) { $(".login-title").html('Register'); $("#confirm-passwd").show(); $(".login-group").html(''); window.history.pushState(null, null, "./index.php?action=register"); document.title = "Register - Blessing Skin Server 0.1"; } else { $(".login-title").html('Login'); $("#confirm-passwd").hide(); $(".login-group").html('