mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-08-08 01:32:59 +02:00
related to #1265 Email hidden in selection mode in line view
This commit is contained in:
@@ -871,13 +871,11 @@ function selectionMode(isSelection) {
|
||||
$(".user-container-email").show();
|
||||
}
|
||||
|
||||
if ($.cookie("pwg_user_manager_view") === "tile" || $.cookie("pwg_user_manager_view") === "line") {
|
||||
if ($.cookie("pwg_user_manager_view") !== "tile" || $.cookie("pwg_user_manager_view") === "line") {
|
||||
$(".user-container-email").css({
|
||||
display: "flex"
|
||||
display: "none"
|
||||
})
|
||||
}
|
||||
|
||||
|
||||
} else {
|
||||
$(".container-selected").removeClass("container-selected");
|
||||
$(".in-selection-mode").hide();
|
||||
|
||||
Reference in New Issue
Block a user