summaryrefslogtreecommitdiff
path: root/share/www/database.html
diff options
context:
space:
mode:
Diffstat (limited to 'share/www/database.html')
-rw-r--r--share/www/database.html2
1 files changed, 1 insertions, 1 deletions
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");