From f17e1a6053fcb5199632607c8f6833a6028f9347 Mon Sep 17 00:00:00 2001 From: Anxhelo Lushka Date: Sun, 14 Oct 2018 16:56:20 +0200 Subject: [PATCH] Fixed text again --- _includes/design/typography.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/_includes/design/typography.html b/_includes/design/typography.html index b90ac39..fbaf0b3 100644 --- a/_includes/design/typography.html +++ b/_includes/design/typography.html @@ -64,8 +64,8 @@ Source Code Pro

-          $('.rb-sidebar').on('click', 'a',function() {
-              $('.rb-sidebar a.active').removeClass('active');
+          $('.i2p-sidebar').on('click', 'a',function() {
+              $('.i2p-sidebar a.active').removeClass('active');
               $(this).addClass('active');
           });