author | Aurelien Campeas <aurelien.campeas@logilab.fr> |
Thu, 03 Sep 2009 14:17:12 +0200 | |
branch | stable |
changeset 3104 | 8881e45f55e3 |
parent 3102 | f2c4da6b008d |
child 3105 | b788903e77d5 |
--- a/web/data/cubicweb.ajax.js Thu Sep 03 14:07:02 2009 +0200 +++ b/web/data/cubicweb.ajax.js Thu Sep 03 14:17:12 2009 +0200 @@ -387,7 +387,9 @@ return stripped; } -/* convenience function that returns a DOM node based on req's result. */ +/* convenience function that returns a DOM node based on req's result. + * XXX clarify the need to clone + * */ function getDomFromResponse(response) { if (typeof(response) == 'string') { var doc = html2dom(response);