Authored by xuqi

multi btn ok dis remove.Review by:@xuqi

@@ -191,7 +191,7 @@ $('.multi-select-cancel').click(function() { @@ -191,7 +191,7 @@ $('.multi-select-cancel').click(function() {
191 $('.check-container').on('click', '.attr', function() { 191 $('.check-container').on('click', '.attr', function() {
192 var $this = $(this), 192 var $this = $(this),
193 $check = $this.find('.checkbox'), 193 $check = $this.find('.checkbox'),
194 - $btnOk = $this.parent('.check-container').next('.btns').find('.multi-select-ok'); 194 + $btnOk = $this.closest('.brand-panel, .senior-sub').find('.multi-select-ok');
195 195
196 $check.toggleClass('checked'); 196 $check.toggleClass('checked');
197 197