changeset 522 | 385ce5e0b30b |
parent 485 | 0f830732be19 |
child 543 | c0f2b6378f70 |
--- a/web/data/cubicweb.lazy.js Fri Jan 30 11:55:05 2009 +0100 +++ b/web/data/cubicweb.lazy.js Fri Jan 30 12:29:37 2009 +0100 @@ -4,7 +4,7 @@ var hole = lazydiv.children(holesel); if (hole.length == 0) /* the hole is already filled */ return; - var vid_eid = lazydiv.attr('cubicweb__loadurl'); + var vid_eid = lazydiv.attr('cubicweb:lazyloadurl'); /* XXX see what could be done with jquery.loadxhtml(...) */ var later = async_rawremote_exec('lazily', vid_eid); later.addCallback(function(req) {