paretnode

This commit is contained in:
Jiiks 2015-10-29 15:47:43 +02:00
parent 19b31e2a3d
commit f5ad2ab119
1 changed files with 1 additions and 1 deletions

View File

@ -189,7 +189,7 @@ EmoteModule.prototype.obsCallback = function(mutation) {
var n = mutation.addedNodes[0];
if(n.parentNode.tagName == "SPAN") {
//Should be edit
self.injectEmote(n);
self.injectEmote(n.parentNode);
}
}