- l = MochiKit.DOM.getElement(lista);
- if (l.selectedIndex < 0) return;
-
- /* caso especial, 1 solo item */
- if (l.options.length == 1) {
- l.options.length = 0
- return;
- }
+ replaceChildNodes(lista,
+ list(ifilterfalse(itemgetter('selected'), $(lista).options))
+ );
+ }
+
+ function _do_add(callback, texto, lista, loading)
+ {
+ url = callback(texto, lista);
+ t = MochiKit.DOM.getElement(texto);