diff options
| author | Ned Batchelder <ned@nedbatchelder.com> | 2011-06-23 12:47:46 -0400 |
|---|---|---|
| committer | Ned Batchelder <ned@nedbatchelder.com> | 2011-06-23 12:47:46 -0400 |
| commit | 943b7160557c0bbec3c8f3e12170ed21e3c033b1 (patch) | |
| tree | 2fe75001d6fe08231b69c4b1d474a8edc3b86abb /coverage/htmlfiles | |
| parent | 43c39d3bef9a71e0baf1193e1ba24753dc2a1bbf (diff) | |
| download | python-coveragepy-943b7160557c0bbec3c8f3e12170ed21e3c033b1.tar.gz | |
Scroll-to-top needs the Chrome fix also.
Diffstat (limited to 'coverage/htmlfiles')
| -rw-r--r-- | coverage/htmlfiles/coverage_html.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/coverage/htmlfiles/coverage_html.js b/coverage/htmlfiles/coverage_html.js index 0c340a9..38c7c5c 100644 --- a/coverage/htmlfiles/coverage_html.js +++ b/coverage/htmlfiles/coverage_html.js @@ -163,7 +163,7 @@ coverage.set_sel = function (b, e) { coverage.to_top = function () { coverage.set_sel(0, 1); - $("html").animate({scrollTop: 0}, 200); + $("html,body").animate({scrollTop: 0}, 200); }; coverage.to_first_chunk = function () { |
