web/data/cubicweb.edition.js
branchstable
changeset 2852 858b33162e9d
parent 2538 6f8ffaa2a700
child 2859 822258915ff0
--- a/web/data/cubicweb.edition.js	Fri Aug 14 14:39:38 2009 +0200
+++ b/web/data/cubicweb.edition.js	Fri Aug 14 14:56:29 2009 +0200
@@ -248,6 +248,7 @@
     d.addCallback(function (response) {
 	var linknode = getNode('add' + rtype + ':' + peid + 'link');
         var dom = getDomFromResponse(response);
+	preprocessAjaxLoad(null, dom);
 	var form = jQuery(dom);
 	form.css('display', 'none');
 	form.insertBefore(linknode.parentNode).slideDown('fast');