Skip to content
Snippets Groups Projects
Commit efcff7cc authored by David Hoksza's avatar David Hoksza
Browse files

fix highlight in map

parent 3821055c
No related branches found
No related tags found
No related merge requests found
Pipeline #24540 passed
......@@ -559,7 +559,7 @@ function highlightGeneOccurrences(geneName){
}
function registerTableEvents($table){
$table.find('.fa-map-marker').each((i, e) =>{
$table.find('.fa-map-marker-alt').each((i, e) =>{
e.onclick = function () {
highlightGeneOccurrences(e.dataset.gene);
};
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment