Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
web-ui
Project
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
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
WEBGDE-Components
web-ui
Commits
61f6814d
Commit
61f6814d
authored
Sep 22, 2022
by
Daniel Bawag
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'feature-adhoc' into 'development'
SVI - Web-GDE - beta 2 See merge request
!8
parents
37cc8d71
4a2f457f
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
4 deletions
+4
-4
highlight.js
Web-GDE/src/highlight/highlight.js
+2
-2
submit.js
Web-GDE/src/submit/submit.js
+1
-0
tiffViewer.js
Web-GDE/src/tiffViewer/tiffViewer.js
+1
-2
No files found.
Web-GDE/src/highlight/highlight.js
View file @
61f6814d
...
@@ -79,7 +79,7 @@ function flipYHighlightCanvas(idVal){
...
@@ -79,7 +79,7 @@ function flipYHighlightCanvas(idVal){
document
.
addEventListener
(
"DOMContentLoaded"
,
function
(
event
)
{
function
initHighlight
(
)
{
//tab traversal event listener
//tab traversal event listener
$
(
document
).
on
(
'keyup'
,
'.select2.select2-container'
,
function
(
e
)
{
$
(
document
).
on
(
'keyup'
,
'.select2.select2-container'
,
function
(
e
)
{
if
(
e
.
which
==
9
)
{
if
(
e
.
which
==
9
)
{
...
@@ -208,7 +208,7 @@ document.addEventListener("DOMContentLoaded", function(event) {
...
@@ -208,7 +208,7 @@ document.addEventListener("DOMContentLoaded", function(event) {
});
});
}
)
;
};
fetch
(
"./src/highlight/dbSchema_anno.xlsx"
)
fetch
(
"./src/highlight/dbSchema_anno.xlsx"
)
...
...
Web-GDE/src/submit/submit.js
View file @
61f6814d
...
@@ -55,6 +55,7 @@ const submitForm = (e) => {
...
@@ -55,6 +55,7 @@ const submitForm = (e) => {
});
});
document
.
getElementById
(
"counter"
).
innerHTML
=
""
;
document
.
getElementById
(
"counter"
).
innerHTML
=
""
;
clearTimeout
(
interval
);
clearTimeout
(
interval
);
isCanvasNotCreated
=
true
;
init
();
init
();
return
true
return
true
}
}
...
...
Web-GDE/src/tiffViewer/tiffViewer.js
View file @
61f6814d
...
@@ -594,7 +594,6 @@ function TIFFViewer(xhr, TiffViewerImageName) {
...
@@ -594,7 +594,6 @@ function TIFFViewer(xhr, TiffViewerImageName) {
}else{
}else{
fitResize();
fitResize();
}
}
}});
}});
//scrolling shortcuts
//scrolling shortcuts
...
@@ -614,6 +613,6 @@ function TIFFViewer(xhr, TiffViewerImageName) {
...
@@ -614,6 +613,6 @@ function TIFFViewer(xhr, TiffViewerImageName) {
div.scrollTop += 20;
div.scrollTop += 20;
}
}
});
});
initHighlight();
}
}
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