Typo, kinda.
This commit is contained in:
parent
a3b076ee93
commit
f1742941e6
@ -4021,7 +4021,7 @@
|
||||
if (addedNode.nodeName === 'TABLE') nodes.push(Main.preParse(addedNode));
|
||||
}
|
||||
}
|
||||
if (posts.length) return Main.node(nodes);
|
||||
if (nodes.length) return Main.node(nodes);
|
||||
},
|
||||
listener: function(e) {
|
||||
var target;
|
||||
|
||||
@ -3313,7 +3313,7 @@ Main =
|
||||
for mutation in mutations
|
||||
for addedNode in mutation.addedNodes
|
||||
nodes.push Main.preParse addedNode if addedNode.nodeName is 'TABLE'
|
||||
Main.node nodes if posts.length
|
||||
Main.node nodes if nodes.length
|
||||
listener: (e) ->
|
||||
{target} = e
|
||||
Main.node [Main.preParse target] if target.nodeName is 'TABLE'
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user