Skip to content

Commit

Permalink
Merge pull request #2635 from ChurchCRM/bug/2364-datatables-localization
Browse files Browse the repository at this point in the history
closes #2634
  • Loading branch information
crossan007 authored Jul 1, 2017
2 parents da523fa + 66c973a commit 6576637
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/skin/js/FindDepositSlip.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ $(document).ready(function () {

dataT = $("#depositsTable").DataTable({
"language": {
"url": window.CRM.root + "/skin/locale/dataTables/" + window.CRM.locale + ".json"
"url": window.CRM.root + "/skin/locale/datatables/" + window.CRM.locale + ".json"
},
ajax: {
url: window.CRM.root + "/api/deposits",
Expand Down
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 6576637

Please sign in to comment.