Yes, there are some pages edited both by me and by Guest.
Wanting to be sure I added a ns_log notice to the body of the query of the includelet and actually there are some items related to two different users.
The following is the specific javascript generated by the xowiki page:
function draw() {
if (typeof(G_vmlCanvasManager) == "object") {
G_vmlCanvasManager.init_(window.document);
}
var g = new Graph();
g.addEdge($('631'), $('1470'), 41, 0, 5.0);
var layouter = new Graph.Layout.Spring(g);
layouter.layout();
// IE does not pick up the canvas width or height
$('collab').width=500;
$('collab').height=500;
var renderer = new Graph.Renderer.Basic($('collab'), g);
renderer.radius = 5;
renderer.draw();
}
YAHOO.util.Event.addListener(window, 'load', draw);
// YAHOO.util.Event.onContentReady('collab', draw);
The same context works as expected on oacs-5-4.