From 56cb4781b090bc0a700ff8da502a4d29323c3e74 Mon Sep 17 00:00:00 2001 From: mzd Date: Sun, 27 Apr 2014 18:39:00 -0400 Subject: [PATCH] CRM-11864 hack to make new jquery widget load after poor-mans ajax call ---------------------------------------- * CRM-11864: Embed form-designer in event and contribution UIs https://issues.civicrm.org/jira/browse/CRM-11864 --- templates/CRM/Event/Form/ManageEvent/Registration.tpl | 1 + 1 file changed, 1 insertion(+) diff --git a/templates/CRM/Event/Form/ManageEvent/Registration.tpl b/templates/CRM/Event/Form/ManageEvent/Registration.tpl index d6270b141c..99caf268b7 100644 --- a/templates/CRM/Event/Form/ManageEvent/Registration.tpl +++ b/templates/CRM/Event/Form/ManageEvent/Registration.tpl @@ -381,6 +381,7 @@ invert = 0 global : false, success : function ( content ) { cj( "#profile_post" ).parent().append( content ); + cj('#crm-container').trigger('crmLoad'); } }); } -- 2.25.1