From 8bfd5e1bcda4ff68a527fb370da0ccaa7a5ff6e7 Mon Sep 17 00:00:00 2001 From: 8chan Date: Sat, 27 Sep 2014 20:19:58 +0000 Subject: [PATCH] this>el --- js/id_colors.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/js/id_colors.js b/js/id_colors.js index e0795b75..9cde1b00 100644 --- a/js/id_colors.js +++ b/js/id_colors.js @@ -24,9 +24,9 @@ if (active_page == 'thread' || active_page == 'index') { } function colorPostId(el) { - var rgb = stringToRGB($(this).text()); + var rgb = stringToRGB($(el).text()); - $(this).css({ + $(el).css({ "background-color": "rgb("+rgb[0]+", "+rgb[1]+", "+rgb[2]+")", "padding": "3px 5px", "border-radius": "8px",