mirror of
https://github.com/Radarr/Radarr
synced 2025-01-30 19:31:35 +00: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');
|
||||
|
||||
//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…
Reference in a new issue