From d67ab1dca565558efe60f747a11d20d6a0de3f70 Mon Sep 17 00:00:00 2001 From: Coleman Watts Date: Sun, 25 Nov 2018 14:06:04 -0500 Subject: [PATCH] Remove redundant jstree script from search form --- CRM/Contact/Form/Search.php | 4 ---- 1 file changed, 4 deletions(-) diff --git a/CRM/Contact/Form/Search.php b/CRM/Contact/Form/Search.php index fb48489e65..7a1003151b 100644 --- a/CRM/Contact/Form/Search.php +++ b/CRM/Contact/Form/Search.php @@ -386,10 +386,6 @@ class CRM_Contact_Form_Search extends CRM_Core_Form_Search { */ public function buildQuickForm() { parent::buildQuickForm(); - CRM_Core_Resources::singleton() - // jsTree is needed for tags popup - ->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(); -- 2.25.1