From 41dfce150d62701e54c29cf252fe450dd82b1ab5 Mon Sep 17 00:00:00 2001 From: Marvin Thomas Rabe Date: Sun, 2 Oct 2011 15:38:07 +0200 Subject: [PATCH] problem with previous selected groups fixed --- core/js/multiselect.js | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/core/js/multiselect.js b/core/js/multiselect.js index 559cdf9b167..26380824047 100644 --- a/core/js/multiselect.js +++ b/core/js/multiselect.js @@ -43,25 +43,25 @@ }); button.addClass('active'); event.stopPropagation(); - var options=$(this).parent().next().children().map(function(){return $(this).val()}); + var options=$(this).parent().next().children().map(function(){return $(this).val();}); var list=$('