Fix mini graphs (#12738)

Remove the polyfill, if the noscript tag isn't removed it breaks graphs
Ajax tables should not use lazy loading anyway...
This commit is contained in:
Tony Murray
2021-04-11 19:40:47 -05:00
committed by GitHub
parent dec1ed1e45
commit c36fe928e4
9 changed files with 6 additions and 15 deletions

View File

@@ -110,7 +110,7 @@ class MempoolsController extends TableController
$link = Url::generate(['page' => 'graphs'], Arr::only($graph, ['id', 'type', 'from']));
return Url::overlibLink($link, Url::lazyGraphTag($graph), Url::graphTag(['height' => 150, 'width' => 400] + $graph));
return Url::overlibLink($link, Url::graphTag($graph), Url::graphTag(['height' => 150, 'width' => 400] + $graph));
}
private function barLink(Mempool $mempool)