summaryrefslogtreecommitdiffstats
path: root/templates/statistics/machine-hdds.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/statistics/machine-hdds.html')
-rw-r--r--templates/statistics/machine-hdds.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/statistics/machine-hdds.html b/templates/statistics/machine-hdds.html
index 98cf65c5..cb3cbffc 100644
--- a/templates/statistics/machine-hdds.html
+++ b/templates/statistics/machine-hdds.html
@@ -35,8 +35,8 @@
animation: false,
tooltipTemplate: "<%if (label){%><%=label%><%}%>",
customTooltips: function(tooltip) {
+ if (sel !== false) sel.removeClass('info');
if (!tooltip) {
- if (sel !== false) sel.removeClass('info');
sel = false;
return;
}