From: Michael J. Rubinsky Date: Sun, 23 May 2010 19:35:54 +0000 (-0400) Subject: ws X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=dd5da6cdc74289adb2ff8ceef11da4fcd2ef13fd;p=horde.git ws --- diff --git a/horde/js/prettyautocomplete.js b/horde/js/prettyautocomplete.js index 46ecd2a8f..c1db325a3 100644 --- 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)