Browse Source

Fix #71.

pull/40/head
Macil Tech 11 years ago
parent
commit
399aa463b3
  1. 2
      js/post-hover.js

2
js/post-hover.js

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

Loading…
Cancel
Save