mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-23 18:03:17 +00:00
fix
This commit is contained in:
@@ -100,7 +100,7 @@
|
||||
return false;
|
||||
}
|
||||
|
||||
if (h >= 42 ) {
|
||||
if (h > 42 ) {
|
||||
$('#error-text').text(errorDimension);
|
||||
$('#error-text').show();
|
||||
$('#help-text').hide();
|
||||
|
Reference in New Issue
Block a user