Commit: d89747759290a5ab83865fc5eac0cf865e63ffd2 Author: JayPHP <jay...@users.noreply.github.com> Wed, 26 Apr 2017 09:18:21 +0100 Committer: GitHub <nore...@github.com> Wed, 26 Apr 2017 09:18:21 +0100 Parents: 6cec58d94b1357b907389e4b5123de85176bf635 Branches: master
Link: http://git.php.net/?p=web/php.git;a=commitdiff;h=d89747759290a5ab83865fc5eac0cf865e63ffd2 Log: Added bug URL Changed paths: M js/common.js Diff: diff --git a/js/common.js b/js/common.js index ef2a61e..84931b1 100644 --- a/js/common.js +++ b/js/common.js @@ -408,7 +408,7 @@ $(document).ready(function() { { var id = $(this).text().replace(/^[&$]{0,2}/g, ''); var offsetTop = $('.parameters, .options').find('.parameter').filter(function() { - return $(this).text() === id; + return $(this).text() === id; // https://bugs.php.net/bug.php?id=74493 }).offset().top - 52; $.scrollTo({top: offsetTop, left: 0}, 400); }); -- PHP Webmaster List Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php