projects
/
horde.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9342add
)
Need to compare the raw value.
author
Jan Schneider
<jan@horde.org>
Tue, 25 May 2010 13:26:28 +0000
(15:26 +0200)
committer
Jan Schneider
<jan@horde.org>
Tue, 25 May 2010 13:26:28 +0000
(15:26 +0200)
horde/js/prettyautocomplete.js
patch
|
blob
|
history
diff --git
a/horde/js/prettyautocomplete.js
b/horde/js/prettyautocomplete.js
index
a18b166
..
f1a3a05
100644
(file)
--- a/
horde/js/prettyautocomplete.js
+++ b/
horde/js/prettyautocomplete.js
@@
-263,7
+263,7
@@
var PrettyAutocompleter = Class.create({
_filterChoices: function(c)
{
this.selectedItems.each(function(item) {
- c = c.without(item.
display
Value);
+ c = c.without(item.
raw
Value);
});
return c;
},