We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5804ab9 commit dc6dd62Copy full SHA for dc6dd62
1 file changed
javascript/dataobject_manager.js
@@ -172,7 +172,7 @@ $.fn.DataObjectManager.init = function(obj) {
172
// Click function for the LI
173
$container.find('ul:not(.ui-sortable) li.data').unbind('click').click(function(e) {
174
var $this = $(this);
175
- if ($this.parent().hasClass('toggleSelect')) {
+ if ($this.parent().parent().hasClass('toggleSelect')) {
176
var $input = $this.find('input'),
177
checker = !$input.attr('checked');
178
//don't ask me wtf is going on here!
0 commit comments