From: Marvin Thomas Rabe Date: Sun, 2 Oct 2011 13:38:07 +0000 (+0200) Subject: problem with previous selected groups fixed X-Git-Tag: v3.0~123^2~14 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=41dfce150d62701e54c29cf252fe450dd82b1ab5;p=nextcloud-server.git problem with previous selected groups fixed --- 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=$('