Commit 54c94501 by Masaru Abe

暗号化でエラー対応

parent 5ea1785f
......@@ -774,11 +774,11 @@ login.showContentViewByOpenUrl = function(strContentId) {
//警告表示時のOK処理
login.alertMessageOkFunction_callback = function(){
avwScreenMove("abvw/" + ScreenIds.ContentView);
}
};
//警告表示時のキャンセル処理
login.alertMessageCancelFunction_callback = function(){
avwScreenMove("abvw/" + ScreenIds.Home);
}
};
//Get param url
login.getUrlParams = function(name){
......
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