Fix buildAdditionalBlocks to trigger crmLoad on all new content
authorColeman Watts <coleman@civicrm.org>
Sat, 13 Sep 2014 00:23:15 +0000 (20:23 -0400)
committerColeman Watts <coleman@civicrm.org>
Sat, 13 Sep 2014 00:23:15 +0000 (20:23 -0400)
templates/CRM/common/additionalBlocks.tpl

index c0cbaf0ad74fed11d93c4c170919ef955ceeaf9c..abaa44399469e5e46132212940fb87dfbd92de16 100644 (file)
@@ -80,7 +80,7 @@ function buildAdditionalBlocks( blockName, className ) {
         async   : false,
         success : function(html){
             cj(fname).after(html);
-            cj(fname).next().trigger('crmLoad');
+            cj(fname).nextAll().trigger('crmLoad');
         }
     });