| DIR: /home/dhnidqcz/pragmaticsng.org/wp-content/plugins/e2pdf/vendors/svggraph/templates/ |
| Current File : //home/dhnidqcz/pragmaticsng.org/wp-content/plugins/e2pdf/vendors/svggraph/templates/popFront.txt |
function popFront() {
var c, e;
for(c in popfronts) {
e = getE(c);
e.addEventListener && e.addEventListener('mousemove', function(e) {
var t = finditem(e,popfronts), te, p;
if(t) {
te = getE(t);
if(te) {
p = te.parentNode;
p.removeChild(te);
p.appendChild(te);
}
}
},false);
}
}
|