monarch-initiative / monarch-legacy

Monarch web application and API
BSD 3-Clause "New" or "Revised" License
42 stars 37 forks source link

Ad block prevents "no phenotypes entered" message #1492

Open putmantime opened 7 years ago

putmantime commented 7 years ago

Phenotype analysis tool

Step 1 is not accepting or queuing phenotypes when I attempt to add them. After typing in a phenotype and hitting return the same results as on page load remain, and the well below the input remains "Empty: Add items using the above input" and the executed url is

https://monarchinitiative.org/analyze/phenotypes?input_items=&mode=search&target_species=all&limit=100&gene_list=

The console error on initial page load is:


phenotypes:84 Uncaught ReferenceError: AnalyzeInit is not defined
    at loaderBody (phenotypes:84)
    at onload (phenotypes:109)
putmantime commented 7 years ago

This was an ad blocking issue. Turning off uBlock Origin fixed it.