copyright and version fixes
[civicrm-core.git] / templates / CRM / Campaign / Form / Search / Petition.tpl
index 19acfbfee7fdbdb9adadad249f7b97036a338eff..e39d2dbcfb9f66f580fcd8677d39c52f9d43c28e 100755 (executable)
@@ -1,8 +1,8 @@
 {*
  +--------------------------------------------------------------------+
- | CiviCRM version 4.4                                                |
+ | CiviCRM version 4.5                                                |
  +--------------------------------------------------------------------+
- | Copyright CiviCRM LLC (c) 2004-2013                                |
+ | Copyright CiviCRM LLC (c) 2004-2014                                |
  +--------------------------------------------------------------------+
  | This file is a part of CiviCRM.                                    |
  |                                                                    |
@@ -147,7 +147,7 @@ function searchPetitions( qfKey )
       if ( qfKey ) dataUrl = dataUrl + '&qfKey=' + qfKey;
 
       cj.get( dataUrl, null, function( petitionList ) {
-        cj( '#petitionList' ).html( petitionList );
+        cj( '#petitionList' ).html( petitionList ).trigger('crmLoad');
 
         //collapse the search form.
         var searchFormName = '#search_form_' + {/literal}'{$searchFor}'{literal};