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

2
app.js
View File

@@ -22,7 +22,7 @@ ddoc.views = {
*/
all: {
map: function(doc) {
emit(doc.id, doc);
emit(doc._id, doc);
}
},
headers: {