mirror of
https://github.com/McShelby/hugo-theme-relearn.git
synced 2025-06-23 17:20:43 +00:00
feat: partials for style and scripts are now empty
This commit is contained in:
parent
9ac9c082b1
commit
f50a77d0c5
14 changed files with 98 additions and 44 deletions
static/js
|
@ -231,7 +231,7 @@ jQuery(document).ready(function() {
|
|||
$('#top-bar a:not(:has(img)):not(.btn)').addClass('highlight');
|
||||
$('#body-inner a:not(:has(img)):not(.btn)').addClass('highlight');
|
||||
|
||||
$('#toc-menu a').hover(function() {
|
||||
$('#toc-menu').hover(function() {
|
||||
$('.progress').stop(true, false, true).fadeToggle(100);
|
||||
});
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue