zoop0kemon / hh-plus-plus

14 stars 6 forks source link

[bug] Can't open config panel in test server #13

Closed Fire-marmotte closed 8 months ago

Fire-marmotte commented 8 months ago

Trying to open the config panel causes a crash because of TypeError: this.$configPane.find(...).niceScroll is not a function

Where the default script on the regular server hentaiheroes.com provides the niceScroll and the getNiceScroll function, the test server test.hentaiheroes.com doesn't. Hence the crash.

Surrounding the niceScroll calls in try ... catch makes an easy workaround. You just have to click a second time on the config button to open the config panel without the scrollbar but you may prefer a more elegant solution keeping the scrollbar ?

By the way, other modules are affected by this issue but are less important.