I just noticed an issue with my chat extension for phpBB. I've had some recent memory issues and just can't get it figured out. If someone could lend a hand it would be greatly appreciated
the js with an issue...
} else if (type == 'delete') {
var parent = document.getElementById('chat');
var child = document.getElementById('p' + results[0]);
parent.removeChild(child);
}
if anyone needs to see the full js. just ask and i will post it