mirror of
https://github.com/netbox-community/netbox.git
synced 2024-05-10 07:54:54 +00:00
Fix rack elevation image toggles
This commit is contained in:
@@ -8,6 +8,6 @@ $('button.toggle-images').click(function() {
|
||||
$('.device-image', rack_elevation.contents()).removeClass('hidden');
|
||||
}
|
||||
$(this).attr('selected', !selected);
|
||||
$(this).children('span').toggleClass('glyphicon-check glyphicon-unchecked');
|
||||
$(this).children('span').toggleClass('mdi-checkbox-marked-circle-outline mdi-checkbox-blank-circle-outline');
|
||||
return false;
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user