This commit is contained in:
Nicolas Stepien 2013-03-12 19:05:15 +01:00
parent d41c9d9ee6
commit 5ae4747822
2 changed files with 0 additions and 5 deletions

View File

@ -1109,9 +1109,6 @@
} else if (m = t.match(/-text:"(.+)"$/)) {
a.textContent = m[1];
}
if (board === 'v') {
$.log(t, t.match(/-text:"(.+)"$/));
}
return a;
}
}

View File

@ -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