Commit 465cb68c by Masaru Abe

console.log消し

parent e5a32ecf
...@@ -1190,8 +1190,6 @@ CONTENTVIEW_CREATEOBJECT.moveToContent = function (mediaType, actionType, id, im ...@@ -1190,8 +1190,6 @@ CONTENTVIEW_CREATEOBJECT.moveToContent = function (mediaType, actionType, id, im
COMMON.SetEndLog(CONTENTVIEW_GENERAL.contentID); COMMON.SetEndLog(CONTENTVIEW_GENERAL.contentID);
COMMON.RegisterLog(); COMMON.RegisterLog();
console.log("data.contentData.alertMessageLevel:" + data.contentData.alertMessageLevel);
if(data.contentData.alertMessageLevel){ if(data.contentData.alertMessageLevel){
if(data.contentData.alertMessageLevel == CONTENTVIEW_CREATEOBJECT.alertMessageLevel.ShowAlert){ if(data.contentData.alertMessageLevel == CONTENTVIEW_CREATEOBJECT.alertMessageLevel.ShowAlert){
......
...@@ -547,7 +547,7 @@ CONTENTVIEW_INITOBJECT.isHasPageBGM = function(){ ...@@ -547,7 +547,7 @@ CONTENTVIEW_INITOBJECT.isHasPageBGM = function(){
CONTENTVIEW_INITOBJECT.initPageMediaAndHtmlType = function(){ CONTENTVIEW_INITOBJECT.initPageMediaAndHtmlType = function(){
console.log("CONTENTVIEW_INITOBJECT.initPageMediaAndHtmlType"); //console.log("CONTENTVIEW_INITOBJECT.initPageMediaAndHtmlType");
//$('#divImageLoading').css('display', 'block'); //$('#divImageLoading').css('display', 'block');
......
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