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
a45bceeb
Commit
a45bceeb
authored
Feb 26, 2016
by
vietdo
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
#19267 vtour対応
parent
b574efee
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
3 deletions
+9
-3
abvw/js/contentview.js
+9
-3
No files found.
abvw/js/contentview.js
View file @
a45bceeb
...
...
@@ -2106,6 +2106,8 @@ CONTENTVIEW.displayOverlayForHtmlAndMediaType = function(){
CONTENTVIEW
.
panoOldContent
=
function
(){
var
oldPageNo
=
null
;
if
(
ClientData
.
IsJumpBack
()
==
true
){
var
oldDataBack
=
ClientData
.
JumpQueue
();
...
...
@@ -2119,6 +2121,8 @@ CONTENTVIEW.panoOldContent = function(){
ClientData
.
IsJumpBack
(
false
);
}
}
return
oldPageNo
;
}
//Display overlay dialog for specify content type
...
...
@@ -2179,13 +2183,15 @@ CONTENTVIEW.displayOverlayForSpecifyContentType = function( resourceUrl ){
CONTENTVIEW
.
handleForContentTypePanoMovie
(
linkUrlGetits
);
}
else
{
var
apiUrl
=
linkUrlTmp
+
"/createSession/"
;
var
oldPageNo
=
null
;
CONTENTVIEW
.
panoOldContent
();
var
oldPageNo
=
CONTENTVIEW
.
panoOldContent
();
if
(
oldPageNo
!=
null
){
linkUrlTmp
=
linkUrlTmp
.
substring
(
0
,
linkUrlTmp
.
length
-
6
)
+
"shop/vtour/play/"
+
CONTENTVIEW_GENERAL
.
contentID
+
"/"
+
"?startscene=scene"
+
oldPageNo
+
"&a=1"
;
}
else
{
linkUrlTmp
=
linkUrlTmp
.
substring
(
0
,
linkUrlTmp
.
length
-
6
)
+
"shop/vtour/play/"
+
CONTENTVIEW_GENERAL
.
contentID
+
"/"
;
}
}
var
params
=
{
sid
:
ClientData
.
userInfo_sid
()
};
...
...
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