Skip to content

Commit

Permalink
Merge pull request #135 from nextcloud/bugfix/105/reset-group-restric…
Browse files Browse the repository at this point in the history
…tion-also-in-the-ui

Also reset the UI selection after emptying the groups
  • Loading branch information
nickvergessen committed Jan 17, 2019
2 parents 2084402 + f6045ab commit b9e702a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/script.js
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@

$('#subject').val('');
$('#message').val('');
$('#groups').val('');
$('#groups').val('').trigger('change');
}).fail(function (response) {
OC.msg.finishedError('#announcement_submit_msg', response.responseJSON.error);
});
Expand Down

0 comments on commit b9e702a

Please sign in to comment.