Commit 101dd6fb by Masaru Abe

ビューア初期化修正

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