Skip to content

Commit

Permalink
closes #2634
Browse files Browse the repository at this point in the history
  • Loading branch information
crossan007 committed Jul 1, 2017
1 parent da523fa commit fcb7b7f
Showing 1 changed file with 1 addition and 1 deletion.
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

0 comments on commit fcb7b7f

Please sign in to comment.