mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-19 13:10:13 -07:00
Fixed sliderImage not changing when clicked.
This commit is contained in:
parent
c86cf76181
commit
955c5ce6d8
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@ function sliderToggle(sliderButton) {
|
||||||
sliderContent.slideToggle('slow');
|
sliderContent.slideToggle('slow');
|
||||||
|
|
||||||
//Change the slider Image
|
//Change the slider Image
|
||||||
$(".sliderButtonContainer").children('.sliderImage').toggleClass('sliderOpened sliderClosed');
|
$(sliderButton).children('.sliderImage').toggleClass('sliderOpened sliderClosed');
|
||||||
|
|
||||||
//Focus in the search box
|
//Focus in the search box
|
||||||
$(sliderContent).children('.localSeriesLookup').focus();
|
$(sliderContent).children('.localSeriesLookup').focus();
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue