X-Git-Url: https://git.llucax.com/software/sercom.git/blobdiff_plain/4104ef7e05e040adfe87f45427d58a66201516c9..bb3a3d03bf92ef52736ad9c4c697796cc5cbd25d:/sercom/widgets.py diff --git a/sercom/widgets.py b/sercom/widgets.py index 5d35606..612d950 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
- +