diff --git a/module/execution/view/all.html.php b/module/execution/view/all.html.php index 0d2302b9d1..ff2d1f4c5a 100644 --- a/module/execution/view/all.html.php +++ b/module/execution/view/all.html.php @@ -138,18 +138,18 @@ js::set('isCNLang', !$this->loadModel('common')->checkNotCN()); return [{html: ''}]; } return result; - } + }, }; function renderSparkline() { - $('#dtable .dtable-rows .sparkline.pending').removeClass('pending').sparkline(); + $('#dtable .sparkline.pending').removeClass('pending').sparkline(); } function tryRenderSparkline() { if(window.renderingSparkline) clearTimeout(window.renderingSparkline); - window.renderingSparkline = setTimeout(renderSparkline, 200); + window.renderingSparkline = setTimeout(renderSparkline, 500); } function createSortLink(col)