Commit 61f6814d by Daniel Bawag

Merge branch 'feature-adhoc' into 'development'

SVI - Web-GDE - beta 2 See merge request !8
parents 37cc8d71 4a2f457f
...@@ -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")
......
...@@ -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
} }
......
...@@ -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();
} }
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment