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
3411759a
Commit
3411759a
authored
Aug 08, 2018
by
tsushima
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
#29962 【SmartLink CMS 1.9.0】Getits共有アクションを配置したPDFをプレビューするとローディングが消えず操作できない
parent
265804dd
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
abvw/js/contentview_GetData.js
+3
-3
No files found.
abvw/js/contentview_GetData.js
View file @
3411759a
...
...
@@ -48,7 +48,7 @@ CONTENTVIEW_GETDATA.getPageObjectsByPageIndex = function(contentData, nIndexPage
if
(
currentPageObjects
[
nIndex
].
mediaType
==
1
)
{
/*media type = 1 */
var
pageObject
=
CONTENTVIEW_GETDATA
.
getMediaType1
(
currentPageObjects
[
nIndex
]);
/*add object to page */
CONTENTVIEW_GENERAL
.
pageObjects
.
push
(
pageObject
);
if
(
currentPageObjects
[
nIndex
].
action
.
actionType
!=
13
)
CONTENTVIEW_GENERAL
.
pageObjects
.
push
(
pageObject
);
}
else
if
(
currentPageObjects
[
nIndex
].
mediaType
==
2
)
{
/*mediaType = 2 */
var
pageObject
=
CONTENTVIEW_GETDATA
.
getMediaType2
(
currentPageObjects
[
nIndex
]);
/*add object to page */
...
...
@@ -1476,7 +1476,7 @@ CONTENTVIEW_GETDATA.getNextPageObjectsByPageIndex = function(contentData, nIndex
if
(
currentPageObjects
[
nIndex
].
mediaType
==
1
)
{
/*media type = 1 */
var
pageObject
=
CONTENTVIEW_GETDATA
.
getMediaType1
(
currentPageObjects
[
nIndex
]);
/*add object to page */
CONTENTVIEW_GENERAL
.
nextPageObjects
.
push
(
pageObject
);
if
(
currentPageObjects
[
nIndex
].
action
.
actionType
!=
13
)
CONTENTVIEW_GENERAL
.
nextPageObjects
.
push
(
pageObject
);
}
else
if
(
currentPageObjects
[
nIndex
].
mediaType
==
2
)
{
/*mediaType = 2 */
var
pageObject
=
CONTENTVIEW_GETDATA
.
getMediaType2
(
currentPageObjects
[
nIndex
]);
/*add object to page */
...
...
@@ -1556,7 +1556,7 @@ CONTENTVIEW_GETDATA.getPrevPageObjectsByPageIndex = function(contentData, nIndex
if
(
currentPageObjects
[
nIndex
].
mediaType
==
1
)
{
/*media type = 1 */
var
pageObject
=
CONTENTVIEW_GETDATA
.
getMediaType1
(
currentPageObjects
[
nIndex
]);
/*add object to page */
CONTENTVIEW_GENERAL
.
prevPageObjects
.
push
(
pageObject
);
if
(
currentPageObjects
[
nIndex
].
action
.
actionType
!=
13
)
CONTENTVIEW_GENERAL
.
prevPageObjects
.
push
(
pageObject
);
}
else
if
(
currentPageObjects
[
nIndex
].
mediaType
==
2
)
{
/*mediaType = 2 */
var
pageObject
=
CONTENTVIEW_GETDATA
.
getMediaType2
(
currentPageObjects
[
nIndex
]);
/*add object to page */
...
...
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