Commit e5a32ecf by Masaru Abe

コンテンツリンクでアラート表示が出ない

parent 89b522d4
......@@ -1172,7 +1172,8 @@ CONTENTVIEW_CREATEOBJECT.moveToContent = function (mediaType, actionType, id, im
//START TRB00033 - EDITOR: Long - Date : 09/12/2013 - Summary : limit content
var params = {
contentId: CONTENTVIEW_GENERAL.contentID,
//contentId: CONTENTVIEW_GENERAL.contentID,
contentId: contentId,
sid: ClientData.userInfo_sid(),
getType: 1,
isStreaming: ClientData.isStreamingMode(),
......@@ -1189,6 +1190,8 @@ CONTENTVIEW_CREATEOBJECT.moveToContent = function (mediaType, actionType, id, im
COMMON.SetEndLog(CONTENTVIEW_GENERAL.contentID);
COMMON.RegisterLog();
console.log("data.contentData.alertMessageLevel:" + data.contentData.alertMessageLevel);
if(data.contentData.alertMessageLevel){
if(data.contentData.alertMessageLevel == CONTENTVIEW_CREATEOBJECT.alertMessageLevel.ShowAlert){
......
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