comment !selected

This commit is contained in:
Joseph Kennedy 2017-08-28 22:51:26 -04:00
parent 8b120e5c15
commit 1baad763f8

View File

@ -640,7 +640,7 @@ $('button.toggle-description').click(function() {
$('span.iface-description').show();
$('i.fa-comment-o').hide();
}
$(this).attr('selected', !selected);
//$(this).attr('selected', !selected);
$(this).children('span').toggleClass('glyphicon-check glyphicon-unchecked');
return false;
});