[#8,Webstore][xs]: respect numDocs constraint in getDocuments.
This commit is contained in:
parent
246cdedcd2
commit
a369c63812
@ -214,7 +214,7 @@ my.BackendWebstore = Backbone.Model.extend({
|
||||
}
|
||||
var base = this.get('url');
|
||||
var jqxhr = $.ajax({
|
||||
url: base + '.json',
|
||||
url: base + '.json?_limit=' + numRows,
|
||||
dataType: 'jsonp',
|
||||
jsonp: '_callback',
|
||||
cache: true
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user