forked from leftypol/leftypol
Fix #71.
This commit is contained in:
parent
765e64ee38
commit
399aa463b3
1 changed files with 2 additions and 0 deletions
|
@ -20,6 +20,8 @@ onready(function(){
|
|||
|
||||
if(id = $link.text().match(/^>>(\d+)$/)) {
|
||||
id = id[1];
|
||||
} else {
|
||||
return;
|
||||
}
|
||||
|
||||
var $post = false;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue