Revision dab5e037
Von Moritz Bunkus vor fast 11 Jahren hinzugefügt
js/kivi.CustomerVendor.js | ||
---|---|---|
105 | 105 |
|
106 | 106 |
var isNotEmpty = function() { |
107 | 107 |
for(var i in $mapSearchElements) |
108 |
if( $mapSearchElements[i].val() == '' )
|
|
108 |
if( ($mapSearchElements[i].attr('id') != prefix + 'country') && ($mapSearchElements[i].val() == '') )
|
|
109 | 109 |
return false; |
110 | 110 |
return true; |
111 | 111 |
}; |
Auch abrufbar als: Unified diff
Google-Maps-Karten-Symbol auch anzeigen, wenn Land leer ist