Commit fbe1e00e authored by Clement Ho's avatar Clement Ho

Remove unnecessary hidden()

parent 5caa9898
...@@ -425,8 +425,6 @@ function UsersSelect(currentUser, els) { ...@@ -425,8 +425,6 @@ function UsersSelect(currentUser, els) {
getSelected().length === $dropdown.data('max-select')) { getSelected().length === $dropdown.data('max-select')) {
// Close the dropdown // Close the dropdown
$dropdown.dropdown('toggle'); $dropdown.dropdown('toggle');
this.hidden();
} }
}, },
id: function (user) { id: function (user) {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment