Skip to content

Commit

Permalink
Fixed issue where gene list reset button was also clearing manually e…
Browse files Browse the repository at this point in the history
…ntered gene box
  • Loading branch information
jorvis committed Jan 16, 2024
1 parent 74fa180 commit 6111a11
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,6 @@ document.addEventListener('DOMContentLoaded', () => {
});

// clear the genes-manually-entered input element
document.querySelector('#genes-manually-entered').value = '';
document.querySelector('#dropdown-gene-list-search-input').value = '';
document.querySelector('#dropdown-gene-list-selector-label').innerHTML = 'Quick search using Gene Lists';

Expand Down

0 comments on commit 6111a11

Please sign in to comment.