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');
           });