Skip to content

Commit

Permalink
Forgot back links on #843
Browse files Browse the repository at this point in the history
  • Loading branch information
gashcrumb committed Dec 13, 2013
1 parent 081923b commit bb1e3c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hawtio-web/src/main/webapp/app/ui/js/toc.ts
Expand Up @@ -204,7 +204,7 @@ module UI {
div.find('a.toc-back').each((index, a) => {
$(a).click((e) => {
e.preventDefault();
$('body').animate({
$('body,html').animate({
scrollTop: pageTop
}, 2000);
})
Expand Down

0 comments on commit bb1e3c1

Please sign in to comment.