Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/ChurchCRM/CRM
Browse files Browse the repository at this point in the history
  • Loading branch information
DawoudIO committed Sep 28, 2024
2 parents 7e66219 + 60db139 commit 026f7c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/skin/js/GroupView.js
Original file line number Diff line number Diff line change
Expand Up @@ -314,7 +314,7 @@ function initDataTable() {
$(row).addClass("groupRow");
},
};
$.extend(DataTableOpts, window.CRM.plugin.DataTable);
$.extend(DataTableOpts, window.CRM.plugin.dataTable);
window.CRM.DataTableAPI = $("#membersTable").DataTable(DataTableOpts);

$("#isGroupActive").change(function () {
Expand Down

0 comments on commit 026f7c6

Please sign in to comment.