diff --git a/netbox/templates/dcim/device.html b/netbox/templates/dcim/device.html index ebaa72eb4..7f0e367eb 100644 --- a/netbox/templates/dcim/device.html +++ b/netbox/templates/dcim/device.html @@ -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; });