aboutsummaryrefslogtreecommitdiffstats
path: root/view/js/main.js
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2014-10-13 15:28:40 -0700
committerfriendica <info@friendica.com>2014-10-13 15:28:40 -0700
commit871049668999df0bfa54c93312c4e2ccb82c12d0 (patch)
tree00395a705feb2f3b43095aabdd7335f2c7a2363d /view/js/main.js
parent1b0390af0659e0c5534acbee97db1ef3c1e65288 (diff)
parent1eefed0333cedaf262f0dc42c7f9d4d855dfc154 (diff)
downloadvolse-hubzilla-871049668999df0bfa54c93312c4e2ccb82c12d0.tar.gz
volse-hubzilla-871049668999df0bfa54c93312c4e2ccb82c12d0.tar.bz2
volse-hubzilla-871049668999df0bfa54c93312c4e2ccb82c12d0.zip
Merge https://github.com/friendica/red into pending_merge
Diffstat (limited to 'view/js/main.js')
-rw-r--r--view/js/main.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/view/js/main.js b/view/js/main.js
index f58d3756b..32db7ccb7 100644
--- a/view/js/main.js
+++ b/view/js/main.js
@@ -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');
});
}