From fd0a0e1ba6be8d10b30df649e877ceeab727fcc0 Mon Sep 17 00:00:00 2001 From: jbtbnl Date: Thu, 23 Jan 2014 21:00:46 +0100 Subject: [PATCH] Fixed JavaScript error caused by CSS selector --- js/app.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/app.js b/js/app.js index 0633203e..d82ee06b 100644 --- a/js/app.js +++ b/js/app.js @@ -810,7 +810,7 @@ OC.Contacts = OC.Contacts || { } }); - this.$contactList.on('click', 'label:not[for=select_all]', function(event) { + this.$contactList.on('click', 'label:not([for=select_all])', function(event) { var $input = $(this).prev('input'); $input.prop('checked', !$input.prop('checked')); return false; // Prevent opening contact