VisualDataWeb / WebVOWL

Visualizing ontologies on the Web
http://vowl.visualdataweb.org/webvowl.html
MIT License
718 stars 211 forks source link

Doesn't run in chrome #153

Closed radiantone closed 5 years ago

radiantone commented 5 years ago

I download the zip and open the index.html file in chrome. Errors. Uncaught DOMException: Failed to read the 'cssRules' property from 'CSSStyleSheet': Cannot access rules at n (file:///home/xxx/webvowl/js/webvowl.app.js:5:12205) at e.exports (file:///home/xxx/webvowl/js/webvowl.app.js:5:12404) at Object.e.exports [as app] (file:///home/xxx/webvowl/js/webvowl.app.js:1:7647) at file:///home/xxx/webvowl/index.html:473:33

vitalis-wiens commented 5 years ago

Hi, this is related to chromes CORS (firefox works fine), see #151 .

We are currently preparing a new version that fixes this particular issue .

vitalis-wiens commented 5 years ago

Fixed, see #151