X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/8eeb7c70fe0e5217c2b8516039e4f4deeee97470..2c45e1010907061d2b848903f49f5c194b307d1c:/js/kivi.CustomerVendor.js diff --git a/js/kivi.CustomerVendor.js b/js/kivi.CustomerVendor.js index 4b4aa3f50..38afb74e1 100644 --- a/js/kivi.CustomerVendor.js +++ b/js/kivi.CustomerVendor.js @@ -155,9 +155,7 @@ namespace('kivi.CustomerVendor', function(ns) { showMap(); }); for(var i in $mapSearchElements) - $mapSearchElements[i].keyup(function() { - testInputs(); - }); + $mapSearchElements[i].keyup(testInputs); this.testInputs(); };