Remove leftover jQuery from profile snippets CRM-12329
authorColeman Watts <coleman@civicrm.org>
Sat, 13 Apr 2013 04:56:14 +0000 (21:56 -0700)
committerColeman Watts <coleman@civicrm.org>
Sat, 13 Apr 2013 04:56:14 +0000 (21:56 -0700)
CRM/UF/Page/Group.php

index 2bcd9b446631cad1bb817bc5f251dd76015014bc..60de77c1de2b775190740875c0a811f3dec83f04 100644 (file)
@@ -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) {