make next button work

This commit is contained in:
Max Ogden
2011-06-30 22:08:51 -07:00
parent 6600006df4
commit a23ca47ac0
4 changed files with 14 additions and 11 deletions

View File

@@ -38,8 +38,7 @@ var removalist = function() {
if ( id ) {
$.extend( query, {
"startkey_docid": id,
"skip": 1
"startkey": '"' + id + '"'
})
}