jarek-foksa / xel

Xel - Widget toolkit for building native-like Electron and Web apps
https://xel-toolkit.org
Other
679 stars 58 forks source link

Uncaught TypeError: Cannot read property 'getAttribute' of null #41

Closed thechausenone closed 6 years ago

thechausenone commented 6 years ago

2

thechausenone commented 6 years ago

Getting this after following the steps described in the readme.

jarek-foksa commented 6 years ago

Does this error occur when you place <link rel="stylesheet" href="node_modules/xel/stylesheets/macos.theme.css"> (or whatever other theme you are using) before <script src="node_modules/xel/xel.min.js"></script>?

jarek-foksa commented 6 years ago

The documentation now mentions that the Xel script link should be placed below Xel theme link. If the issue is still present, please reopen this.