]> source.dussan.org Git - nextcloud-server.git/commitdiff
Trigger change event on multiselect change
authorRobin Appelman <icewind@owncloud.com>
Fri, 18 Apr 2014 12:29:13 +0000 (14:29 +0200)
committerThomas Müller <thomas.mueller@tmit.eu>
Tue, 3 Jun 2014 10:42:35 +0000 (12:42 +0200)
core/js/multiselect.js

index 02699636a2081de88b8c7f19ff68c7ee11deb0dc..d9a8057daf6006ee9cb8f8f433d16382bff8e7a0 100644 (file)
                                                button.css('width','');
                                        });
                                        list.animate({'width':newOuterWidth,'left':pos.left+3});
+                                       self.change();
                                });
                                var li=$('<li></li>');
                                li.append(input).append(label);