From 72de6c7633e56207b8ee4bf10f155ed06fc39ef4 Mon Sep 17 00:00:00 2001 From: Christopher Lenz Date: Thu, 10 Dec 2009 16:03:43 +0000 Subject: Futon: Fix toggling of reduce checkbox on database page. git-svn-id: https://svn.apache.org/repos/asf/couchdb/trunk@889307 13f79535-47bb-0310-9956-ffa450edef68 --- share/www/database.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'share/www/database.html') diff --git a/share/www/database.html b/share/www/database.html index 3609cc7b..c44d83fc 100644 --- a/share/www/database.html +++ b/share/www/database.html @@ -95,7 +95,7 @@ specific language governing permissions and limitations under the License. $(this).toggleClass("desc"); page.updateDocumentListing(); }); - $("#documents thead th.value #reduce :checkbox").click(function() { + $("#reduce :checkbox").click(function() { page.updateDocumentListing(); if (this.checked) { $.cookies.set(page.db.name + ".doreduce", "1"); -- cgit v1.2.3