Skip to content

Commit

Permalink
fix group datatables
Browse files Browse the repository at this point in the history
  • Loading branch information
crossan007 committed Jul 1, 2017
1 parent fcb7b7f commit 66c973a
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 @@ -237,7 +237,7 @@ $(document).ready(function () {
function initDataTable() {
dataT = $("#membersTable").DataTable({
"language": {
"url": window.CRM.root + "/skin/locale/dataTables/" + window.CRM.locale + ".json"
"url": window.CRM.root + "/skin/locale/datatables/" + window.CRM.locale + ".json"
},
"dom": 'T<"clear">lfrtip',
"tableTools": {
Expand Down

0 comments on commit 66c973a

Please sign in to comment.