Skip to content
Snippets Groups Projects
Commit 6261e040 authored by colemanw's avatar colemanw
Browse files

#507 - Fix wrong version of jstree in search popop

parent 08b891a3
Branches
Tags
No related merge requests found
......@@ -388,8 +388,8 @@ class CRM_Contact_Form_Search extends CRM_Core_Form_Search {
parent::buildQuickForm();
CRM_Core_Resources::singleton()
// jsTree is needed for tags popup
->addScriptFile('civicrm', 'packages/jquery/plugins/jstree/jquery.jstree.js', 0, 'html-header', FALSE)
->addStyleFile('civicrm', 'packages/jquery/plugins/jstree/themes/default/style.css', 0, 'html-header');
->addScriptFile('civicrm', 'bower_components/jstree/dist/jquery.jstree.min.js', 0, 'html-header', FALSE)
->addStyleFile('civicrm', 'bower_components/jstree/dist/themes/default/style.min.css', 0, 'html-header');
// some tasks.. what do we want to do with the selected contacts ?
$this->_taskList = $this->buildTaskList();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment