From 9e95b1bb788b7e916d220e69ba1d87efbf909286 Mon Sep 17 00:00:00 2001 From: leiyong <1549684884@qq.com> Date: Mon, 24 Aug 2020 15:39:16 +0800 Subject: [PATCH] * Fix bug. --- module/block/js/dashboard.js | 1 + 1 file changed, 1 insertion(+) diff --git a/module/block/js/dashboard.js b/module/block/js/dashboard.js index d2baca0ef0..4be23863ba 100644 --- a/module/block/js/dashboard.js +++ b/module/block/js/dashboard.js @@ -79,6 +79,7 @@ function refreshBlock($panel, afterRefresh) } $panel.find('.tablesorter').sortTable(); initTableHeader($panel); + $(".sparkline").sparkline(); }).fail(function() { $panel.addClass('panel-error');