This commit is contained in:
aina-esokia
2018-08-29 17:16:26 +04:00
parent 8f66a34b9d
commit 9406c2b2ce

View File

@@ -100,7 +100,7 @@
return false;
}
if (h >= 42 ) {
if (h > 42 ) {
$('#error-text').text(errorDimension);
$('#error-text').show();
$('#help-text').hide();