Skip to content

Commit

Permalink
Fixed enrichr url adress changed
Browse files Browse the repository at this point in the history
  • Loading branch information
ylippi committed Mar 2, 2021
1 parent c6adad3 commit 12c44a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion www/shinyjs_enrichr.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ shinyjs.enrichr = function(params) {
descField = document.createElement('input');

form.setAttribute('method', 'post');
form.setAttribute('action', 'http://amp.pharm.mssm.edu/Enrichr/enrich');
form.setAttribute('action', 'https://maayanlab.cloud/Enrichr/enrich');
if (popup) {
form.setAttribute('target', '_blank');
}
Expand Down

0 comments on commit 12c44a7

Please sign in to comment.