diff --git a/docs/assets/js/charts.js b/docs/assets/js/charts.js index 1599fe2a..317153bf 100644 --- a/docs/assets/js/charts.js +++ b/docs/assets/js/charts.js @@ -1070,6 +1070,11 @@ $(window).bind('load', function() } }); - tables.each((index, table) => createTable(table)); + tables.each( + function(index, table) + { + if ($(table).attr('data-type') == 'table') + createTable(table); + }); }); }); diff --git a/docs/housekeeping-abandoned-orgs.html b/docs/housekeeping-abandoned-orgs.html index 61d9f228..979f0de3 100644 --- a/docs/housekeeping-abandoned-orgs.html +++ b/docs/housekeeping-abandoned-orgs.html @@ -52,5 +52,5 @@
This table lists the resources requested via the API that accounted for the majority of API requests yesterday. diff --git a/docs/housekeeping-forks.html b/docs/housekeeping-forks.html index f24047cc..85fae778 100644 --- a/docs/housekeeping-forks.html +++ b/docs/housekeeping-forks.html @@ -59,5 +59,5 @@
This table lists the repositories that accounted for the majority of Git requests yesterday. diff --git a/docs/housekeeping-git-traffic.html b/docs/housekeeping-git-traffic.html index 420e195e..3d5c6b7c 100644 --- a/docs/housekeeping-git-traffic.html +++ b/docs/housekeeping-git-traffic.html @@ -129,7 +129,7 @@
This table lists the repositories that accounted for the majority of the traffic yesterday. diff --git a/docs/housekeeping-repo-location.html b/docs/housekeeping-repo-location.html index e08b197d..ab5165cb 100644 --- a/docs/housekeeping-repo-location.html +++ b/docs/housekeeping-repo-location.html @@ -51,5 +51,5 @@
Owners for each GitHub organization.
The top 50 most active repositories by number of pushes.