X-Git-Url: https://git.llucax.com/software/sercom.git/blobdiff_plain/4d05c0593fa8b0627b6cca3e3367d5a15d92d1fa..bb3a3d03bf92ef52736ad9c4c697796cc5cbd25d:/sercom/widgets.py?ds=sidebyside diff --git a/sercom/widgets.py b/sercom/widgets.py index f333523..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