From 4564eee3c93e443fb7a434638840576dc7133daf Mon Sep 17 00:00:00 2001 From: 8chan Date: Sat, 28 Feb 2015 05:08:00 -0800 Subject: [PATCH] Another patch for highlightReply :^) --- templates/main.js | 16 +++++++++++----- 1 file changed, 11 insertions(+), 5 deletions(-) diff --git a/templates/main.js b/templates/main.js index 77f3404b..188e7a18 100644 --- a/templates/main.js +++ b/templates/main.js @@ -270,6 +270,7 @@ function get_cookie(cookie_name) { function highlightReply(id, event) { // check if external post var post_list, arr, i; + id = id.toString(); post_list = document.querySelectorAll('a.post_no'); for (i = 0, arr = []; i