Anxhelo Lushka
6 years ago
No known key found for this signature in database
GPG Key ID: 86086158C83770F8
1 changed files with
2 additions and
2 deletions
-
_includes/design/typography.html
|
|
@ -64,8 +64,8 @@ |
|
|
|
<span class="text-right color-primary rb-isBold" style="float: right;">Source Code Pro</span> |
|
|
|
</p> |
|
|
|
<pre class="bg-light p-2 prettyprint rb-code" style="border: none;"> |
|
|
|
$('.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'); |
|
|
|
}); |
|
|
|
</pre> |
|
|
|