mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-06-02 04:15:05 +02:00
fixes #1984 class being removed on same class
This commit is contained in:
@@ -458,7 +458,6 @@ $(document).ready(function () {
|
||||
}
|
||||
$(".filter-tag-form").toggle(0, function () {
|
||||
if ($(this).is(':visible')) {
|
||||
$(".show-filter-dropdown").removeClass('show-filter-dropdown');
|
||||
$(".filter-tag").addClass("show-filter-dropdown");
|
||||
} else {
|
||||
$(".filter-tag").removeClass("show-filter-dropdown");
|
||||
|
||||
Reference in New Issue
Block a user