Commit 67406f56 by vietdo

#19056【Web 1.6.5】共有と表示制限(警告)があるコンテンツの共有ボタンを押すと、警告表示される

parent b96b708b
......@@ -1412,14 +1412,14 @@ HISTORY.showContentShareDlgFunction = function(e) {
var contentId = $(this).attr('contentid');
// check limit of content
LIMIT_ACCESS_CONTENT.checkLimitContent(contentId, function() {
// LIMIT_ACCESS_CONTENT.checkLimitContent(contentId, function() {
SHARE.contentId = contentId;
SHARE.contentTitle = "";
SHARE.openContentShare();
}, function() {
// console.log("checkLimitContent_bbb");
});
// }, function() {
// // console.log("checkLimitContent_bbb");
// });
};
......
......@@ -2533,14 +2533,14 @@ HOME.showContentShareDlgFunction = function(e) {
var contentId = $(this).attr('contentid');
// check limit of content
LIMIT_ACCESS_CONTENT.checkLimitContent(contentId, function() {
// LIMIT_ACCESS_CONTENT.checkLimitContent(contentId, function() {
SHARE.contentId = contentId;
SHARE.contentTitle = "";
SHARE.openContentShare();
}, function() {
// console.log("checkLimitContent_bbb");
});
// }, function() {
// // console.log("checkLimitContent_bbb");
// });
};
......
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