From 68e9d1b139c54e69d0afcbfb53df4b42ced27348 Mon Sep 17 00:00:00 2001 From: Ricardo Markiewicz Date: Mon, 5 Mar 2007 02:57:53 +0000 Subject: [PATCH] fix de eliminar elementos --- sercom/widgets.py | 14 +++----------- 1 file changed, 3 insertions(+), 11 deletions(-) diff --git a/sercom/widgets.py b/sercom/widgets.py index f333523..070fb76 100644 --- a/sercom/widgets.py +++ b/sercom/widgets.py @@ -42,17 +42,9 @@ MultiSelectAjax = ''' function sacar_de_la_lista(lista) { - 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; - } - - for (i=l.selectedIndex; i