Explorar el Código

Add ability to use custom checkboxes without labels styled

Denis K hace 9 años
padre
commit
4c218bf20f
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      jet/static/jet/js/main.js

+ 1 - 1
jet/static/jet/js/main.js

@@ -46,7 +46,7 @@
 
             var addLabelToCheckboxes = function() {
                 var $containers = $('.action-checkbox, .action-checkbox-column').add('.tabular.inline-related .form-row');
-                var $checkboxes = $containers.find('input[type="checkbox"]');
+                var $checkboxes = $containers.find('input[type="checkbox"]').add('.checkbox-without-label');
 
                 $checkboxes.each(function() {
                     addLabelToCheckbox($(this));