Skip to content

Commit

Permalink
restrict dashboard to stable Perls
Browse files Browse the repository at this point in the history
We need to fix the list of stable/devel Perls in the database, but we
should still be doing this

Refs #10
  • Loading branch information
preaction committed Apr 22, 2018
1 parent 36e95af commit 76b00ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion share/public/chart.html
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ <h2 id="summary">{{version}}</h2>
"?dist=" + this.dist + "&version=" + this.version
);

$.getJSON( 'http://api.cpantesters.org/v3/summary/' + this.dist + '/' + this.version, function (data ) {
$.getJSON( 'http://api.cpantesters.org/v3/summary/' + this.dist + '/' + this.version + '?perl_maturity=stable', function (data ) {
self.fetchingSummary = false;
self.summary = data;

Expand Down

0 comments on commit 76b00ce

Please sign in to comment.