mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-08-06 08:43:31 +02:00
fixed #1904 warning is hidden by default
This commit is contained in:
@@ -464,7 +464,6 @@ jQuery(document).ready(function() {
|
||||
});
|
||||
|
||||
function checkAlbumLock() {
|
||||
console.log(is_visible);
|
||||
if (is_visible == 'true') {
|
||||
$(".warnings").hide();
|
||||
} else {
|
||||
|
||||
@@ -264,4 +264,8 @@ str_root = '{'Root'|@translate}';
|
||||
width: 20px;
|
||||
height: 20px;
|
||||
}
|
||||
|
||||
.warnings {
|
||||
display: none;
|
||||
}
|
||||
</style>
|
||||
Reference in New Issue
Block a user