Commit ad992544 by Ha Jonguk

課題26対応

parent 2fc626f3
......@@ -136,9 +136,9 @@ HOME_CHECK.initContentView = function(relatedContentList, projectUse, projectNam
HOME_CHECK.renderContent(sid, searchText, searchDivision, sortType, sortOrder, offsetPage, limitPage, genreId, groupId, contentIds, projectUse, projectName);
// Go To Details Page
$('.button-details').live('click', HOME_CHECK.readSubmenuFunction);
$('.button-details').live('touchend', HOME_CHECK.readSubmenuFunction);
$('.button-details').live('touchmove', function() {
$('.button-details').on('click', HOME_CHECK.readSubmenuFunction);
$('.button-details').on('touchend', HOME_CHECK.readSubmenuFunction);
$('.button-details').on('touchmove', function() {
//HOME_CHECK.home_isMove = true;
});
......
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