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.
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 thegetNiceScroll
function, the test server test.hentaiheroes.com doesn't. Hence the crash.Surrounding the
niceScroll
calls intry ... 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.