Commit e627dece by vietdo

#15838 暗号化されたログインIDとパスワードの受け取りと自動ログイン

parent 1aa25b8a
......@@ -983,7 +983,6 @@ LOGIN.ready = function(){
$('#formlogin').hide();
$('#logologin').animate({ "margin-top": 0 }, LOGIN.timeWaitSplashScreen,
function () {
console.log("fsdfsd");
if(( paramLid == '' && paramP == '') || ( paramLid != '' && paramP != '' && LOGIN.login_error_flag == true)){
$('#formlogin').show();
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment