2.1 old UI - fix error "pagesize parameter is required when page is specified".

This commit is contained in:
Jessica Wang 2010-12-14 10:18:40 -08:00
parent 0547b890d4
commit 05ce5e771c

View File

@ -271,7 +271,7 @@ function listItems(submenuContent, commandString, jsonResponse1, jsonResponse2,
index = 0;
$.ajax({
data: createURL(commandString),
data: createURL(commandString+"&pagesize="+pageSize),
dataType: "json",
async: false,
success: function(json) {