projects
/
horde.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1c989cf
)
ws
author
Michael J. Rubinsky
<mrubinsk@horde.org>
Sun, 23 May 2010 19:35:54 +0000
(15:35 -0400)
committer
Michael J. Rubinsky
<mrubinsk@horde.org>
Sun, 23 May 2010 19:35:54 +0000
(15:35 -0400)
horde/js/prettyautocomplete.js
patch
|
blob
|
history
diff --git
a/horde/js/prettyautocomplete.js
b/horde/js/prettyautocomplete.js
index
46ecd2a
..
c1db325
100644
(file)
--- a/
horde/js/prettyautocomplete.js
+++ b/
horde/js/prettyautocomplete.js
@@
-207,7
+207,6
@@
var PrettyAutocompleter = Class.create({
// ...and keep the selectedItems array up to date.
this.selectedItems.push({ rawValue: value, displayValue: displayValue });
this.p.onAdd(value);
-
},
removeItemNode: function(item)