Commit 101dd6fb by Masaru Abe

ビューア初期化修正

parent 28304378
...@@ -5501,6 +5501,7 @@ CONTENTVIEW.cssInit = function(){ ...@@ -5501,6 +5501,7 @@ CONTENTVIEW.cssInit = function(){
}; };
CONTENTVIEW.screenMove = function(){ CONTENTVIEW.screenMove = function(){
CONTENTVIEW.initScreen();
CONTENTVIEW.ready(); CONTENTVIEW.ready();
}; };
...@@ -5549,7 +5550,7 @@ CONTENTVIEW.initScreen = function(){ ...@@ -5549,7 +5550,7 @@ CONTENTVIEW.initScreen = function(){
//画面初期化 //画面初期化
if($('#canvasWrapper').length){ if($('#canvasWrapper').length){
$('#canvasWrapper').empty(); $('#main').empty();
} }
if($('#dialog').length){ if($('#dialog').length){
$('#dialog').hide(); $('#dialog').hide();
...@@ -5639,7 +5640,7 @@ CONTENTVIEW.ready = function(){ ...@@ -5639,7 +5640,7 @@ CONTENTVIEW.ready = function(){
} }
//画面初期化 //画面初期化
CONTENTVIEW.initScreen(); //CONTENTVIEW.initScreen();
/* check login */ /* check login */
if (!AVWEB.avwCheckLogin(COMMON.ScreenIds.Login)) return; if (!AVWEB.avwCheckLogin(COMMON.ScreenIds.Login)) return;
......
...@@ -1233,6 +1233,7 @@ CONTENTVIEW_CREATEOBJECT.moveToContent = function (mediaType, actionType, id, im ...@@ -1233,6 +1233,7 @@ CONTENTVIEW_CREATEOBJECT.moveToContent = function (mediaType, actionType, id, im
AVWEB.avwScreenMove(COMMON.ScreenIds.ContentViewStreaming); AVWEB.avwScreenMove(COMMON.ScreenIds.ContentViewStreaming);
} else { } else {
//AVWEB.avwScreenMove(COMMON.ScreenIds.ContentView); //AVWEB.avwScreenMove(COMMON.ScreenIds.ContentView);
CONTENTVIEW.screenMove(); CONTENTVIEW.screenMove();
} }
} }
......
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