Commit 834b55cf by vietdo

#15640 【Web】閲覧履歴のリスト表示で無駄な処理

parent 021926e6
......@@ -14,7 +14,7 @@ HISTORY.DEFAULT_SEARCH_DIVISION = 0;
//Thumbnail array
HISTORY.thumbnailArr = [];
//Content type array.
//Contdent type array.
HISTORY.contentTypeArr = [];
HISTORY.contentIdArray = [];
......@@ -151,7 +151,7 @@ HISTORY.renderContent = function(id, text, division, type, order, from, to, cate
var outputDate = COMMON.formatDeliveryDate(post.contentDeliveryDate);
//renderViewDate
var viewdate = HISTORY.renderViewDate(post.contentId);
/*
if (viewdate != null && viewdate != 'undefined' && viewdate != '') {
var htmlTemp = '<section class="sectionhistory">'
+ ' <div class="cnt_section_list">'
......@@ -186,7 +186,7 @@ HISTORY.renderContent = function(id, text, division, type, order, from, to, cate
htmlTemp = htmlTemp.replace(/\{share\}/g, shareHtml);
//効率化
//$('#content-grid').append(htmlTemp);
}
}*/
}
......
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