From e2d64f14944bc91dc72a82a71cd58def53e920d7 Mon Sep 17 00:00:00 2001 From: spaghetti Date: Sat, 29 Oct 2016 01:37:18 -0400 Subject: [PATCH] Do QuoteJump in comments.js instead of onclicks --- static/styles/global.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/styles/global.css b/static/styles/global.css index 1099425..b6f6b07 100755 --- a/static/styles/global.css +++ b/static/styles/global.css @@ -96,7 +96,7 @@ div.collage_image { width: 20%; } -[toggle-target] { +[toggle-target], [quote-jump] { cursor: pointer; }