diff options
Diffstat (limited to 'coverage/htmlfiles/coverage_html.js')
-rw-r--r-- | coverage/htmlfiles/coverage_html.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/coverage/htmlfiles/coverage_html.js b/coverage/htmlfiles/coverage_html.js index c2151d34..30d3a067 100644 --- a/coverage/htmlfiles/coverage_html.js +++ b/coverage/htmlfiles/coverage_html.js @@ -29,8 +29,8 @@ coverage.wire_up_help_panel = function () { var koff = $("#keyboard_icon").offset(); var poff = $("#panel_icon").position(); $(".help_panel").offset({ - top: koff.top-poff.top, - left: koff.left-poff.left + top: koff.top-poff.top-1, + left: koff.left-poff.left-1 }); }); $("#panel_icon").click(function () { |