Skip to content

Commit

Permalink
Fix bug effecting select all rows checkbox
Browse files Browse the repository at this point in the history
  • Loading branch information
Luke Carbis committed Jul 4, 2014
1 parent a3bc706 commit e98c139
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/js/settings.js
Expand Up @@ -239,7 +239,7 @@ jQuery(function( $ ) {
$newRow = $lastRow.clone();

$newRow.toggleClass( 'alternate' ).removeAttr( 'class' );
$( '.stream-exclude-list :input' ).off();
$( '.stream-exclude-list tbody :input' ).off();
$( ':input', $newRow ).off().val( '' );

$lastRow.after( $newRow );
Expand Down

0 comments on commit e98c139

Please sign in to comment.