From 399aa463b3d046a49c861a2c60c997f39af22561 Mon Sep 17 00:00:00 2001 From: Macil Tech Date: Tue, 18 Jun 2013 12:10:06 -0500 Subject: [PATCH] Fix #71. --- js/post-hover.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/js/post-hover.js b/js/post-hover.js index 2f25540b..48f0ed96 100644 --- a/js/post-hover.js +++ b/js/post-hover.js @@ -20,6 +20,8 @@ onready(function(){ if(id = $link.text().match(/^>>(\d+)$/)) { id = id[1]; + } else { + return; } var $post = false;