diff --git a/js/tooltip.js b/js/tooltip.js index 2df5ff40d..31b62e68e 100644 --- a/js/tooltip.js +++ b/js/tooltip.js @@ -217,7 +217,10 @@ function mouseMove(e) { $(document).ready(function() { // Hide the footnotes from the footer (which are displayed for // JavaScript-disabled browsers) since the tooltip is sufficient - $(".notice").hide(); + $(".footnotes").hide(); + // The border and padding must be removed otherwise a thin yellow box remains visible + $(".footnotes").css("border", "none"); + $(".footnotes").css("padding", "0px"); // Replace the superscripts with the help icon $("sup[class='footnotemarker']").remove(); $("img[class='footnotemarker']").show(); diff --git a/libraries/footer.inc.php b/libraries/footer.inc.php index 2a3cb28f2..09f566d34 100644 --- a/libraries/footer.inc.php +++ b/libraries/footer.inc.php @@ -68,7 +68,7 @@ if ($GLOBALS['error_handler']->hasDisplayErrors()) { } if (count($GLOBALS['footnotes'])) { - echo '