Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
C
check
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
abook_web
check
Commits
67406f56
Commit
67406f56
authored
Dec 21, 2015
by
vietdo
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
#19056【Web 1.6.5】共有と表示制限(警告)があるコンテンツの共有ボタンを押すと、警告表示される
parent
b96b708b
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
8 deletions
+8
-8
abvw/js/history.js
+4
-4
abvw/js/home.js
+4
-4
No files found.
abvw/js/history.js
View file @
67406f56
...
@@ -1412,14 +1412,14 @@ HISTORY.showContentShareDlgFunction = function(e) {
...
@@ -1412,14 +1412,14 @@ HISTORY.showContentShareDlgFunction = function(e) {
var
contentId
=
$
(
this
).
attr
(
'contentid'
);
var
contentId
=
$
(
this
).
attr
(
'contentid'
);
// check limit of content
// check limit of content
LIMIT_ACCESS_CONTENT
.
checkLimitContent
(
contentId
,
function
()
{
//
LIMIT_ACCESS_CONTENT.checkLimitContent(contentId, function() {
SHARE
.
contentId
=
contentId
;
SHARE
.
contentId
=
contentId
;
SHARE
.
contentTitle
=
""
;
SHARE
.
contentTitle
=
""
;
SHARE
.
openContentShare
();
SHARE
.
openContentShare
();
},
function
()
{
//
}, function() {
// console.log("checkLimitContent_bbb");
//
// console.log("checkLimitContent_bbb");
});
//
});
};
};
...
...
abvw/js/home.js
View file @
67406f56
...
@@ -2533,14 +2533,14 @@ HOME.showContentShareDlgFunction = function(e) {
...
@@ -2533,14 +2533,14 @@ HOME.showContentShareDlgFunction = function(e) {
var
contentId
=
$
(
this
).
attr
(
'contentid'
);
var
contentId
=
$
(
this
).
attr
(
'contentid'
);
// check limit of content
// check limit of content
LIMIT_ACCESS_CONTENT
.
checkLimitContent
(
contentId
,
function
()
{
//
LIMIT_ACCESS_CONTENT.checkLimitContent(contentId, function() {
SHARE
.
contentId
=
contentId
;
SHARE
.
contentId
=
contentId
;
SHARE
.
contentTitle
=
""
;
SHARE
.
contentTitle
=
""
;
SHARE
.
openContentShare
();
SHARE
.
openContentShare
();
},
function
()
{
//
}, function() {
// console.log("checkLimitContent_bbb");
//
// console.log("checkLimitContent_bbb");
});
//
});
};
};
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment