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:
681ec24
)
Updates durch den aprtpicker sollten change trigger triggern
author
Sven Schöling
<s.schoeling@linet-services.de>
Tue, 2 Jul 2013 17:04:04 +0000
(19:04 +0200)
committer
Sven Schöling
<s.schoeling@linet-services.de>
Thu, 11 Jul 2013 09:08:12 +0000
(11:08 +0200)
js/autocomplete_part.js
patch
|
blob
|
history
diff --git
a/js/autocomplete_part.js
b/js/autocomplete_part.js
index
56a730f
..
db449e9
100644
(file)
--- a/
js/autocomplete_part.js
+++ b/
js/autocomplete_part.js
@@
-52,7
+52,7
@@
namespace('kivi', function(k){
state = STATES.PICKED;
last_real = $real.val();
last_dummy = $dummy.val();
-
console.log('last:' + last_real + ' dummy:' + last_dummy
);
+
$real.trigger('change'
);
}
function make_defined_state () {