Commit 05e2568c by vietdo

メンテナンス

parent 747e6ba7
......@@ -87,12 +87,12 @@ LOGIN.saveLoginInfo = function(paramLid, paramP, accountPath) {
//Check validation
LOGIN.checkValidation = function() {
//暗号化モードならチェック無し
if(ClientData.serviceOpt_encryption() == 'Y') {
return true;
}
var accountPath = $('#txtAccPath').val();
var loginId = $('#txtAccId').val();
var password = $('#txtPassword').val();
......@@ -970,7 +970,13 @@ LOGIN.ready = function(){
//doutor
var paramLid = COMMON.getUrlParam('lid', '');
var paramP = COMMON.getUrlParam('p', '');
//引数でアカウントパスを受け取ったらセットする
var urlPath = COMMON.getUrlParam('urlPath', '');
if( urlPath != '' ){
$('#txtAccPath').val(urlPath);
}
$('#normalUser').show();
$('#formlogin').hide();
$('#logologin').animate({ "margin-top": 0 }, LOGIN.timeWaitSplashScreen,
......
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