Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/Readarr/commit/955c5ce6d8e16053251f73572c4b8fc3b025af9f You should set ROOT_URL correctly, otherwise the web may not work correctly.

Fixed sliderImage not changing when clicked.

pull/6/head
Mark McDowall 14 years ago
parent c86cf76181
commit 955c5ce6d8

@ -12,7 +12,7 @@ function sliderToggle(sliderButton) {
sliderContent.slideToggle('slow');
//Change the slider Image
$(".sliderButtonContainer").children('.sliderImage').toggleClass('sliderOpened sliderClosed');
$(sliderButton).children('.sliderImage').toggleClass('sliderOpened sliderClosed');
//Focus in the search box
$(sliderContent).children('.localSeriesLookup').focus();

Loading…
Cancel
Save