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){
document.addEventListener("DOMContentLoaded", function(event) {
function initHighlight() {
//tab traversal event listener
$(document).on('keyup', '.select2.select2-container', function (e) {
if (e.which == 9) {
......@@ -208,7 +208,7 @@ document.addEventListener("DOMContentLoaded", function(event) {
});
});
};
fetch("./src/highlight/dbSchema_anno.xlsx")
......
......@@ -55,6 +55,7 @@ const submitForm = (e) => {
});
document.getElementById("counter").innerHTML = "";
clearTimeout(interval);
isCanvasNotCreated = true;
init();
return true
}
......
......@@ -594,7 +594,6 @@ function TIFFViewer(xhr, TiffViewerImageName) {
}else{
fitResize();
}
}});
//scrolling shortcuts
......@@ -614,6 +613,6 @@ function TIFFViewer(xhr, TiffViewerImageName) {
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