Fix #71.
This commit is contained in:
parent
765e64ee38
commit
399aa463b3
@ -20,6 +20,8 @@ onready(function(){
|
||||
|
||||
if(id = $link.text().match(/^>>(\d+)$/)) {
|
||||
id = id[1];
|
||||
} else {
|
||||
return;
|
||||
}
|
||||
|
||||
var $post = false;
|
||||
|
Loading…
Reference in New Issue
Block a user