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+)$/)) { if(id = $link.text().match(/^>>(\d+)$/)) {
id = id[1]; id = id[1];
} else {
return;
} }
var $post = false; var $post = false;

Loading…
Cancel
Save