Details
-
Type:
Task
-
Status: Closed (View Workflow)
-
Priority:
Major
-
Resolution: Done
-
Affects Version/s: None
-
Fix Version/s: None
-
Labels:None
-
Story Points:0.5
-
Epic Link:
-
Sprint:Summer 5
Description
The install button in the bioviz downloads page does not seem to appear. The console logd shows an error saying that "UAParser is undefined". Initial inspection revealed that the distribution link for ua-parser-js library is broken. Fortunately, there is a npm distribution link that provides the same functionality. For this task , replacing the following link:
https://cdn.jsdelivr.net/gh/faisalman/ua-parser-js/src/ua-parser.js
with
https://cdn.jsdelivr.net/npm/ua-parser-js/dist/ua-parser.min.js
seems to solve the issue.
Changes implemented. See commit