correctly recalculate document count

This commit is contained in:
Max Ogden
2011-08-03 12:44:45 -04:00
parent abfb0bbc7e
commit d7e7eeabe4
2 changed files with 22 additions and 14 deletions

View File

@@ -70,7 +70,6 @@ var costco = function() {
function(updatedDocs) {
util.notify(updatedDocs.length + " documents updated successfully");
recline.initializeTable(app.offset);
recline.updateDocCount();
dfd.resolve(updatedDocs);
},
function(err) {