Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
weblate committed May 21, 2015
2 parents 0ce5620 + 76f1f58 commit a84af80
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions js/functions.js
Original file line number Diff line number Diff line change
Expand Up @@ -835,11 +835,7 @@ AJAX.registerOnload('functions.js', function () {
checked = !checked;
$checkbox.prop('checked', checked).trigger('change');
}
if (checked) {
$tr.addClass('marked');
} else {
$tr.removeClass('marked');
}
$tr.toggleClass('marked', checked);
last_click_checked = checked;
} else {
// normal data table, just toggle class
Expand Down

0 comments on commit a84af80

Please sign in to comment.