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
69c6ee16
Commit
69c6ee16
authored
Sep 27, 2017
by
Masaru Abe
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
タッチ対応のデバイスでプレビューするとJSエラーで表示されないバグ修正
parent
f74b44e8
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
3 deletions
+3
-3
abvw-preview/contentpreview.html
+1
-0
abvw-preview/js/contentview.js
+2
-3
abvw-preview/js/contentview_Paint.js
+0
-0
No files found.
abvw-preview/contentpreview.html
View file @
69c6ee16
...
@@ -40,6 +40,7 @@
...
@@ -40,6 +40,7 @@
<script
src=
"js/contentview_CreateObjects.js"
type=
"text/javascript"
></script>
<script
src=
"js/contentview_CreateObjects.js"
type=
"text/javascript"
></script>
<script
src=
"js/contentview_General.js"
type=
"text/javascript"
></script>
<script
src=
"js/contentview_General.js"
type=
"text/javascript"
></script>
<script
src=
"js/contentview_initDefautValue.js"
type=
"text/javascript"
></script>
<script
src=
"js/contentview_initDefautValue.js"
type=
"text/javascript"
></script>
<script
src=
"./js/contentview_Paint.js"
type=
"text/javascript"
></script>
<script
src=
"./js/contentview.js"
></script>
<script
src=
"./js/contentview.js"
></script>
<script
src=
"./js/contentview_PopupText.js"
></script>
<script
src=
"./js/contentview_PopupText.js"
></script>
<script
src=
"./js/contentview_Anket.js"
></script>
<script
src=
"./js/contentview_Anket.js"
></script>
...
...
abvw-preview/js/contentview.js
View file @
69c6ee16
...
@@ -1099,9 +1099,8 @@ function changePage(page_index) {
...
@@ -1099,9 +1099,8 @@ function changePage(page_index) {
function
drawOnCanvas
()
{
function
drawOnCanvas
()
{
tool
=
new
tool_drawing
();
tool
=
new
tool_drawing
();
if
(
isTouchDevice
()
==
true
)
{
if
(
isTouchDevice
()
==
true
)
{
initializeCanvas
(
document
.
getElementById
(
'draw_canvas'
));
CONTENTVIEW_PAINT
.
initializeCanvas
(
document
.
getElementById
(
'draw_canvas'
));
CONTENTVIEW_PAINT
.
initializeCanvas
(
document
.
getElementById
(
'marker_canvas'
));
initializeCanvas
(
document
.
getElementById
(
'marker_canvas'
));
}
}
else
{
else
{
// Attach the mousedown, mousemove and mouseup event listeners.
// Attach the mousedown, mousemove and mouseup event listeners.
...
...
abvw-preview/js/contentview_Paint.js
0 → 100644
View file @
69c6ee16
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