www.js.fsb-custom.js Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of findsecbugs-website Show documentation
Show all versions of findsecbugs-website Show documentation
The static website reuse the description of the bug patterns to build a overview.
/** http://www.bootply.com/90936 */
$('#sidebar_lang').affix({
offset: {
top: 245
}
});
var $body = $(document.body);
var navHeight = $('.navbar').outerHeight(true) + 10;
$body.scrollspy({
target: '#rightCol',
offset: navHeight
});
© 2015 - 2025 Weber Informatics LLC | Privacy Policy