Commit 54c94501 by Masaru Abe

暗号化でエラー対応

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