From: Robin Appelman Date: Fri, 18 Apr 2014 12:29:13 +0000 (+0200) Subject: Trigger change event on multiselect change X-Git-Tag: v7.0.0alpha2~135^2~13 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=bf9b634fd8981e8cb11bf2c44fbe283588bc048e;p=nextcloud-server.git Trigger change event on multiselect change --- diff --git a/core/js/multiselect.js b/core/js/multiselect.js index 02699636a20..d9a8057daf6 100644 --- a/core/js/multiselect.js +++ b/core/js/multiselect.js @@ -162,6 +162,7 @@ button.css('width',''); }); list.animate({'width':newOuterWidth,'left':pos.left+3}); + self.change(); }); var li=$('
  • '); li.append(input).append(label);