Skip to content

Commit

Permalink
Added invalid and duplicate gene input handling for query #709
Browse files Browse the repository at this point in the history
  • Loading branch information
NoorMuhammad1 committed Jun 14, 2024
1 parent 606b203 commit 25000d4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/js/backbone-views.js
Original file line number Diff line number Diff line change
Expand Up @@ -2115,6 +2115,7 @@ var NeighborhoodQueryView = Backbone.View.extend({
}).render();
document.getElementById("query-neighborhood-length-limit").focus();
return;

}

var geneSymbolsArray = geneSymbols
Expand Down

0 comments on commit 25000d4

Please sign in to comment.