Nakupovanje: popravek, da select postavi na ''.

This commit is contained in:
Robert 2021-12-06 14:56:06 +01:00
parent 249b6f88a3
commit 081558729b

View File

@ -692,8 +692,8 @@
jQuery('.polje-za-podjetje').attr('required', 'required');
jQuery('#polje-drzava').hide();
jQuery('#polje-drzava-select').show();
jQuery('#polje-drzava').val('').hide();
jQuery('#polje-drzava-select').val('').show();
} else {