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
31f24cb6
Commit
31f24cb6
authored
9 years ago
by
Tatsuhiko Tsukada
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
セミコロンがない部分を補正
parent
259ce4e1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
abvw/js/contentview.js
+2
-2
No files found.
abvw/js/contentview.js
View file @
31f24cb6
...
@@ -1617,7 +1617,7 @@ CONTENTVIEW.handleFromBookMarkPage = function() {
...
@@ -1617,7 +1617,7 @@ CONTENTVIEW.handleFromBookMarkPage = function() {
if
(
ClientData
.
bookmark_pageNo
())
{
if
(
ClientData
.
bookmark_pageNo
())
{
CONTENTVIEW_GENERAL
.
isJumpNotFromFirstPage
=
true
;
CONTENTVIEW_GENERAL
.
isJumpNotFromFirstPage
=
true
;
CONTENTVIEW
.
changePageWithoutSlide
(
CONTENTVIEW
.
changePageNo
(
ClientData
.
bookmark_pageNo
()));
CONTENTVIEW
.
changePageWithoutSlide
(
CONTENTVIEW
.
changePageNo
(
ClientData
.
bookmark_pageNo
()));
ClientData
.
bookmark_pageNo
(
null
)
ClientData
.
bookmark_pageNo
(
null
)
;
}
}
};
};
...
@@ -1670,7 +1670,7 @@ CONTENTVIEW.handleDisplayToolbar = function() {
...
@@ -1670,7 +1670,7 @@ CONTENTVIEW.handleDisplayToolbar = function() {
if
(
ClientData
.
IsAddingMarking
()
==
true
)
{
if
(
ClientData
.
IsAddingMarking
()
==
true
)
{
CONTENTVIEW_GENERAL
.
imgDrawingTemp
=
canvas
.
toDataURL
(
"image/png"
);
CONTENTVIEW_GENERAL
.
imgDrawingTemp
=
canvas
.
toDataURL
(
"image/png"
);
CONTENTVIEW_GENERAL
.
imgMarkerTemp
=
CONTENTVIEW_GENERAL
.
canvas_marker
.
toDataURL
(
"image/png;"
)
CONTENTVIEW_GENERAL
.
imgMarkerTemp
=
CONTENTVIEW_GENERAL
.
canvas_marker
.
toDataURL
(
"image/png;"
)
;
}
}
var
w
=
$
(
"#wrapper"
).
width
();
var
w
=
$
(
"#wrapper"
).
width
();
...
...
This diff is collapsed.
Click to expand it.
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