From 73d23f612e860abd03d1947a35fbff8ffedc653c Mon Sep 17 00:00:00 2001 From: ccd0 Date: Sun, 7 Jul 2019 11:43:46 -0700 Subject: [PATCH] Make links consistent with others so relevant CSS works. #2282 --- src/Miscellaneous/PostJumper.coffee | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Miscellaneous/PostJumper.coffee b/src/Miscellaneous/PostJumper.coffee index c1a9a6667..59bf631d7 100644 --- a/src/Miscellaneous/PostJumper.coffee +++ b/src/Miscellaneous/PostJumper.coffee @@ -56,7 +56,7 @@ PostJumper = classNext = 'next' span = $.el 'span', className: 'postJumper' - $.extend span, <%= html('${charPrev}${charNext}') %> + $.extend span, <%= html('${charPrev}${charNext}') %> span scroll: (fromJumper, toJumper) ->