Commit 701da836 by Masaru Abe

アカウントパスをパラメータで取得可能に

parent 8973c8f5
......@@ -971,6 +971,12 @@ LOGIN.ready = function(){
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