PMKS-Web / PMKSWeb

An educational web-based tool designed for comprehensive 2D linkage analysis developed at WPI (Worcester Polytechnic Institute)
https://pmksplus.com
3 stars 2 forks source link

Template (Example) URLs are invalid and crash the program #202

Open KohmeiK opened 12 months ago

KohmeiK commented 12 months ago

On the production site, clicking on open URLs open you to a blank page they need to be re-created with the new encoding. Also we should fail more obviously instead of just giving a blank page when it fails. We could use an alert() call when the decoding of the URL fails instead of just console logging the error message.