branch | tls-sprint |
changeset 1498 | 2c6eec0b46b9 |
parent 1419 | 7ff24154351d |
child 1512 | c51ca5f49a78 |
--- a/web/data/cubicweb.ajax.js Tue Apr 28 10:11:08 2009 +0200 +++ b/web/data/cubicweb.ajax.js Tue Apr 28 11:22:31 2009 +0200 @@ -282,6 +282,7 @@ var props = {}; if (node) { props['rql'] = rql; + props['fname'] = 'view'; props['pageid'] = pageid; if (vid) { props['vid'] = vid; } if (extraparams) { jQuery.extend(props, extraparams); }