소스 검색

Fix mistype

Denis K 8 년 전
부모
커밋
ad9a57c271
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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;
             }