Skip to content

Commit

Permalink
fix(entity): incorrect badge css class name
Browse files Browse the repository at this point in the history
  • Loading branch information
flegastelois authored and cedric-anne committed Jan 31, 2023
1 parent fe33b7a commit b6a65c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/entity.js
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ $(function() {
});

var setEntityTag = function() {
$('.entity-name, .entity-badge')
$('.entity-name, .entity-badge, .glpi-badge')
.each(function() {
var entity_element = $(this);
entity_name = entity_element.attr('title');
Expand Down

0 comments on commit b6a65c8

Please sign in to comment.