feat: add button shortcode

This commit is contained in:
Leclerc Gwendal 2016-03-27 14:24:51 +02:00
parent c203a7fac4
commit 1b1544f9cc
3 changed files with 55 additions and 2 deletions
static/js

View file

@ -228,8 +228,8 @@ jQuery(document).ready(function() {
}
});
$('#top-bar a:not(:has(img))').addClass('highlight');
$('#body-inner a:not(:has(img))').addClass('highlight');
$('#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() {
$('.progress').stop(true, false, true).fadeToggle(100);