We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 43496a3 commit d26c2fdCopy full SHA for d26c2fd
webcompat/static/js/lib/untriaged.js
@@ -7,7 +7,7 @@ var issues = issues || {}; // eslint-disable-line no-use-before-define
7
8
untriaged.NeedsTriageCollection = Backbone.Collection.extend({
9
model: issues.Issue,
10
- url: "/api/issues/category/needstriage"
+ url: "/api/issues/category/needstriage?per_page=5"
11
});
12
13
untriaged.NeedsTriageView = Backbone.View.extend({
0 commit comments