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