From e1e366f80f0e1bad67c27d17516f832ada3435c3 Mon Sep 17 00:00:00 2001 From: Joseph Lacey Date: Sat, 25 Apr 2015 11:23:45 -0600 Subject: [PATCH] CRM-16353 - Changing coreResourceList() to update datatables location. ---------------------------------------- * CRM-16353: Upgrade datatables integration to use v2 api https://issues.civicrm.org/jira/browse/CRM-16353 --- CRM/Core/Resources.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CRM/Core/Resources.php b/CRM/Core/Resources.php index a7f2d3561c..7d23b99912 100644 --- a/CRM/Core/Resources.php +++ b/CRM/Core/Resources.php @@ -708,8 +708,8 @@ class CRM_Core_Resources { "packages/jquery/plugins/jquery.form$min.js", "packages/jquery/plugins/jquery.timeentry$min.js", "packages/jquery/plugins/jquery.blockUI$min.js", - "packages/jquery/plugins/DataTables/media/js/jquery.dataTables$min.js", - "packages/jquery/plugins/DataTables/media/css/jquery.dataTables$min.css", + "bower_components/datatables/media/js/jquery.dataTables$min.js", + "bower_components/datatables/media/css/jquery.dataTables$min.css", "bower_components/jquery-validation/dist/jquery.validate$min.js", "packages/jquery/plugins/jquery.ui.datepicker.validation.pack.js", "js/Common.js", -- 2.25.1