1
0
mirror of https://github.com/vichan-devel/vichan.git synced 2025-02-20 12:41:17 +01:00
This commit is contained in:
Macil Tech 2013-06-18 12:10:06 -05:00
parent b872cf55e4
commit 75e19543a3

View File

@ -20,6 +20,8 @@ onready(function(){
if(id = $link.text().match(/^>>(\d+)$/)) {
id = id[1];
} else {
return;
}
var $post = false;