Skip to content

Commit 47414de

Browse files
Merge pull request #13129 from colemanw/jstree57
dev/core#507 - Fix wrong version of jstree in search popop
2 parents 08b891a + 6261e04 commit 47414de

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CRM/Contact/Form/Search.php

+2-2
Original file line numberDiff line numberDiff line change
@@ -388,8 +388,8 @@ public function buildQuickForm() {
388388
parent::buildQuickForm();
389389
CRM_Core_Resources::singleton()
390390
// jsTree is needed for tags popup
391-
->addScriptFile('civicrm', 'packages/jquery/plugins/jstree/jquery.jstree.js', 0, 'html-header', FALSE)
392-
->addStyleFile('civicrm', 'packages/jquery/plugins/jstree/themes/default/style.css', 0, 'html-header');
391+
->addScriptFile('civicrm', 'bower_components/jstree/dist/jquery.jstree.min.js', 0, 'html-header', FALSE)
392+
->addStyleFile('civicrm', 'bower_components/jstree/dist/themes/default/style.min.css', 0, 'html-header');
393393

394394
// some tasks.. what do we want to do with the selected contacts ?
395395
$this->_taskList = $this->buildTaskList();

0 commit comments

Comments
 (0)