really fix connedit > collection > checkbox

This commit is contained in:
marijus
2014-10-13 12:52:21 +02:00
parent 8406046c5b
commit c41f314302
3 changed files with 5 additions and 13 deletions

View File

@@ -986,6 +986,7 @@ function updateConvItems(mode,data) {
$('body').css('cursor', 'wait');
$.get('contactgroup/' + gid + '/' + cid, function(data) {
$('body').css('cursor', 'auto');
$('#group-' + gid).toggleClass('icon-check icon-check-empty');
});
}