summaryrefslogtreecommitdiffstats
path: root/templates/statistics/cpumodels.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/statistics/cpumodels.html')
-rw-r--r--templates/statistics/cpumodels.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/statistics/cpumodels.html b/templates/statistics/cpumodels.html
index c3d43aa4..f98b89db 100644
--- a/templates/statistics/cpumodels.html
+++ b/templates/statistics/cpumodels.html
@@ -31,8 +31,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;
}