mirror of
https://github.com/netbox-community/netbox.git
synced 2025-08-07 08:08:15 -06:00
comment !selected
This commit is contained in:
parent
8b120e5c15
commit
1baad763f8
@ -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;
|
||||
});
|
||||
|
Loading…
Reference in New Issue
Block a user