Skip to content

Commit 026f7c6

Browse files
committed
Merge branch 'master' of https://github.com/ChurchCRM/CRM
2 parents 7e66219 + 60db139 commit 026f7c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/skin/js/GroupView.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -314,7 +314,7 @@ function initDataTable() {
314314
$(row).addClass("groupRow");
315315
},
316316
};
317-
$.extend(DataTableOpts, window.CRM.plugin.DataTable);
317+
$.extend(DataTableOpts, window.CRM.plugin.dataTable);
318318
window.CRM.DataTableAPI = $("#membersTable").DataTable(DataTableOpts);
319319

320320
$("#isGroupActive").change(function () {

0 commit comments

Comments
 (0)