Denis K %!s(int64=8) %!d(string=hai) anos
pai
achega
ad9a57c271
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      jet/static/jet/js/src/features/checkboxes.js

+ 1 - 1
jet/static/jet/js/src/features/checkboxes.js

@@ -21,7 +21,7 @@ Checkboxes.prototype = {
         $('input[type="checkbox"]').each(function() {
             var $checkbox = $(this);
 
-            if ($checkbox.attr('id') != undefined && $('label[for="' + $checkbox.attr('id') + '"').length != 0) {
+            if ($checkbox.attr('id') != undefined && $('label[for="' + $checkbox.attr('id') + '"]').length != 0) {
                 return;
             }