mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-06-02 04:15:05 +02:00
[albums] fixed warning messages in album edit page
This commit is contained in:
@@ -467,7 +467,7 @@ function checkAlbumLock() {
|
||||
if (is_visible == 'true') {
|
||||
$(".warnings").hide();
|
||||
} else {
|
||||
$(".warnings").show();
|
||||
$(".warnings").css('display', 'flex');
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user