Skip to content

Commit

Permalink
fix: fixed indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
PeculiarE authored Apr 18, 2022
1 parent 9277165 commit 2c32217
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/assets/javascripts/spam2.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ function table_main(id) {
$('#selectall').on('click',function () {
$('.selectedId').prop('checked', this.checked);
let selectedLength = $('.selectedId').filter(":checked").length;
$('#select-count').text(selectedLength);
$('#select-count').text(selectedLength);
disable_buttons('.selectedId');
});
$('.selectedId').on('change', function () {
Expand Down

0 comments on commit 2c32217

Please sign in to comment.