rm a log
This commit is contained in:
parent
d41c9d9ee6
commit
5ae4747822
@ -1109,9 +1109,6 @@
|
||||
} else if (m = t.match(/-text:"(.+)"$/)) {
|
||||
a.textContent = m[1];
|
||||
}
|
||||
if (board === 'v') {
|
||||
$.log(t, t.match(/-text:"(.+)"$/));
|
||||
}
|
||||
return a;
|
||||
}
|
||||
}
|
||||
|
||||
@ -86,8 +86,6 @@ Header =
|
||||
a.textContent = "/#{board}/ - #{a.title}"
|
||||
else if m = t.match /-text:"(.+)"$/
|
||||
a.textContent = m[1]
|
||||
if board is 'v'
|
||||
$.log t, t.match /-text:"(.+)"$/
|
||||
return a
|
||||
$.tn t
|
||||
$.add list, nodes
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user