Merge "remove smooth scrolling"

This commit is contained in:
Jenkins 2017-07-19 15:24:19 +00:00 committed by Gerrit Code Review
commit 64f13e328c
1 changed files with 0 additions and 8 deletions

View File

@ -77,14 +77,6 @@ $("#toggle-definitions").click(function () {
}
});
// Smooth scroll
$('a').click(function(){
$('html, body').animate({
scrollTop: $( $.attr(this, 'href') ).offset().top
}, 500);
return false;
});
/* BB 150310
openstackdocstheme provides three types of admonitions, important, note
and warning. We decorate their title paragraphs with Font Awesome icons