feat: partials for style and scripts are now empty

This commit is contained in:
Mathieu Cornic 2016-04-11 00:09:03 +02:00
parent 9ac9c082b1
commit f50a77d0c5
14 changed files with 98 additions and 44 deletions
static/js

View file

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