# HG changeset patch # User Sebastien Jodogne # Date 1680722263 -7200 # Node ID c60a7fc95f041b15aa442f45a32a41309fb6c1cb # Parent efaeec25962317c4f3ef24924aa83d24823843ef fix diff -r efaeec259623 -r c60a7fc95f04 OrthancServer/OrthancExplorer/explorer.js --- a/OrthancServer/OrthancExplorer/explorer.js Wed Apr 05 20:14:59 2023 +0200 +++ b/OrthancServer/OrthancExplorer/explorer.js Wed Apr 05 21:17:43 2023 +0200 @@ -717,6 +717,8 @@ nodeLabels.empty(); if (labels.length > 0) { + nodeLabels.css('display', 'block'); + for (var i = 0; i < labels.length; i++) { var removeButton = $('