mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-05-07 05:44:58 +02:00
related #1986 add comments
This commit is contained in:
@@ -7,16 +7,17 @@ $(document).ready(function () {
|
||||
$(this).find(".validate-text").hide();
|
||||
});
|
||||
|
||||
// If we open another filter, hide all other dropdowns expect the one just opened
|
||||
$("div.filter").on("click", function () {
|
||||
$(this).siblings().removeClass("show-filter-dropdown");
|
||||
$(this).siblings().children("div.filter-form").css('display','none');
|
||||
});
|
||||
|
||||
// If we open the choose filters modal hide all filter forms if any open
|
||||
$("div.filter-manager").on("click", function () {
|
||||
$('div.filter').children("div.filter-form").css('display','none');
|
||||
});
|
||||
|
||||
|
||||
global_params.search_id = search_id;
|
||||
|
||||
if (!global_params.fields) {
|
||||
|
||||
Reference in New Issue
Block a user