IGS / gEAR

The gEAR Portal was created as a data archive and viewer for gene expression data including microarrays, bulk RNA-Seq, single-cell RNA-Seq and more.
https://umgear.org
GNU Affero General Public License v3.0
14 stars 4 forks source link

Refactor getUrlParameter to use official URLSearchParams #520

Open adkinsrs opened 1 year ago

adkinsrs commented 1 year ago

https://github.com/IGS/gEAR/blob/eea773cc2b93b4a892d68b323d94fbd7506fef7c/www/js/common.js#L574

This function seems awful redundant to the official URLSearchParams entries

https://developer.mozilla.org/en-US/docs/Web/API/URLSearchParams

e10m commented 1 year ago

Hello! I am interested in working on issue #520. I am not highly familiar with JavaScript but have been learning and think I can tackle this issue. I may have a solution and would like to make a pull request. Would that be okay?

jorvis commented 1 year ago

Hi @e10m - Go for it!