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
9c538b46
Commit
9c538b46
authored
Dec 04, 2020
by
Kim Eunchul
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
#40367 【TECSS(Biz) webviewer 1.9】コンテンツを開けない
parent
aaca7c2a
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
6 additions
and
6 deletions
+6
-6
abvw/js/contentsearch.js
+1
-1
abvw/js/contentview.js
+2
-2
abvw/js/contentview_GetData.js
+1
-1
abvw/js/header.js
+2
-2
No files found.
abvw/js/contentsearch.js
View file @
9c538b46
...
...
@@ -1481,4 +1481,4 @@ CONTENTSEARCH.downloadPdfFunction = function(e){
// Download content
HEADER
.
downloadResourceById
(
contentId
);
}
}
;
abvw/js/contentview.js
View file @
9c538b46
...
...
@@ -6003,11 +6003,11 @@ CONTENTVIEW.changeScale = function(scale) {
}
if
(
height
<
canvas
.
width
)
{
aspect
=
offscreen
.
height
/
offscreen
.
width
aspect
=
offscreen
.
height
/
offscreen
.
width
;
if
(
offScreen
.
width
<
offScreen
.
height
){
height
=
height
*
scale
*
aspect
;
}
else
{
height
=
height
*
scale
height
=
height
*
scale
;
}
//height = height * scale;
if
(
height
>
canvas
.
width
)
{
...
...
abvw/js/contentview_GetData.js
View file @
9c538b46
...
...
@@ -1056,7 +1056,7 @@ CONTENTVIEW_GETDATA.getBookmarklist = function(pos) {
$
(
"#divListBookmark"
).
offset
({
left
:
pos
[
0
],
top
:
(
pos
[
1
]
+
$
(
'#bookmarkBoxHdBM'
).
height
())
});
}
else
{
CONTENTVIEW
.
handleAPIWebContentPage
(
CONTENTVIEW_GENERAL
.
dataWebContentPage
,
pos
)
CONTENTVIEW
.
handleAPIWebContentPage
(
CONTENTVIEW_GENERAL
.
dataWebContentPage
,
pos
)
;
}
};
...
...
abvw/js/header.js
View file @
9c538b46
...
...
@@ -794,7 +794,7 @@ HEADER.DoBackup = function(isBackupMarking, isBackupMemo, isBackupBookmark,isLog
$
(
'#divResultMessage .toast-item-loading'
).
hide
();
// active close toast button
$
(
'.toast-item-close'
).
click
(
function
()
{
$
().
toastmessage
(
'removeToast'
,
$
(
'#divResultMessage'
),
null
)
});
$
(
'.toast-item-close'
).
click
(
function
()
{
$
().
toastmessage
(
'removeToast'
,
$
(
'#divResultMessage'
),
null
)
;
});
if
(
isLogout
)
{
$
(
'.toast-position-middle-center'
).
css
(
'width'
,
'500px'
);
...
...
@@ -1268,7 +1268,7 @@ HEADER.downloadResourceById = function(contentId){
if
(
HEADER
.
isSafariNotOnIpad
())
{
window
.
onbeforeunload
=
null
;
window
.
open
(
resourceUrl
,
"_self"
);
// open url to download file on safari not for ipad
var
toogleTime
=
setTimeout
(
function
()
{
COMMON
.
ToogleLogoutNortice
()
},
200
);
var
toogleTime
=
setTimeout
(
function
()
{
COMMON
.
ToogleLogoutNortice
()
;
},
200
);
}
else
{
window
.
open
(
resourceUrl
);
//open url to download file on orther browser
...
...
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