Index: js/explorer.preview.js
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/nodereference_explorer/js/explorer.preview.js,v
retrieving revision 1.7
diff -u -p -r1.7 explorer.preview.js
--- js/explorer.preview.js	18 Jul 2010 18:39:41 -0000	1.7
+++ js/explorer.preview.js	12 Jan 2011 19:26:16 -0000
@@ -57,6 +57,8 @@ Drupal.nodereference_explorer.preview.ge
   $.getJSON(path, { val: value, view_dom_id: $view_dom_id }, function(data, textStatus) {
     if (data.data) { //insert the preview into the wrapper
       $(preview).html(data.data);
+      // Apply content functionality to the preview e.g. when the preview contains an automodal link.
+      Drupal.attachBehaviors($(preview));
       //Apply context functionality, e. g. when a preview contains an image with a lightbox popup.
       Drupal.attachBehaviors(this); 
       //the behaviors hide the node form's title, therefore force it to show up
