[albums] fixed warning messages in album edit page

This commit is contained in:
Linty
2024-08-23 19:39:59 +02:00
parent d0eeb2852c
commit 815a0221aa
+1 -1
View File
@@ -467,7 +467,7 @@ function checkAlbumLock() {
if (is_visible == 'true') {
$(".warnings").hide();
} else {
$(".warnings").show();
$(".warnings").css('display', 'flex');
}
}