projects
/
kivitendo-erp.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8eeb7c7
)
JS: ineffizienten Funktionsaufruf gefixt (von jshint)
author
Moritz Bunkus
<m.bunkus@linet-services.de>
Mon, 4 Apr 2016 15:12:05 +0000
(17:12 +0200)
committer
Moritz Bunkus
<m.bunkus@linet-services.de>
Mon, 4 Apr 2016 15:12:05 +0000
(17:12 +0200)
js/kivi.CustomerVendor.js
patch
|
blob
|
history
diff --git
a/js/kivi.CustomerVendor.js
b/js/kivi.CustomerVendor.js
index
4b4aa3f
..
38afb74
100644
(file)
--- 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();
};