Skip to content
Snippets Groups Projects
Commit 83576e24 authored by Kurund Jalmi's avatar Kurund Jalmi
Browse files

Merge pull request #413 from colemanw/CRM-12329

Remove leftover jQuery from profile snippets CRM-12329
parents b1abcf3b 2a86e077
Branches
Tags
No related merge requests found
......@@ -250,7 +250,6 @@ class CRM_UF_Page_Group extends CRM_Core_Page {
$profile = CRM_Utils_String::addJqueryFiles($profile);
// prevent jquery conflict
$profile .= '<script type="text/javascript">jQuery.noConflict(true);</script>';
$this->assign('profile', htmlentities($profile, ENT_NOQUOTES, 'UTF-8'));
//get the title of uf group
if ($gid) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment