awilkey / fullscreen-jbrowse

Fullscreen plugin for JBrowse
MIT License
3 stars 1 forks source link

JS errors when parsing URL #2

Open keiranmraine opened 8 years ago

keiranmraine commented 8 years ago

Looks like the parsing of the window url isn't working properly.

My URL:

http://localhost:8080/?loc=3%3A52436758..52436940&tracks=DNA%2CProportionalMultiBw-XY%2CprotCodeTrans&highlight=

Errors from console

main.js:110
Uncaught TypeError: Cannot read property '1' of null
goFull @ main.js:110
onClick @ main.js:120
_onClick @ _ButtonMixin.js:58
(anonymous function) @ lang.js:373
__onClick @ _ButtonMixin.js:45
(anonymous function) @ lang.js:373

Regards, Keiran

awilkey commented 8 years ago

May I ask which version of jbrowse and browser you are using? It might help narrow down potential issues that I may have overlooked.