Skip to content

Commit

Permalink
Revert "show more link jumps problem (#8501)"
Browse files Browse the repository at this point in the history
This reverts commit c7a2355.
  • Loading branch information
lyndaidaii committed Apr 8, 2021
1 parent b3d7dc9 commit ca5ef63
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/NuGetGallery/Scripts/gallery/page-display-package.js
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,6 @@ $(function () {
$("#show-readme-more").click(function (e) {
showLess.collapse("toggle");
e.preventDefault();
return false;
});
showLess.on('hide.bs.collapse', function (e) {
e.stopPropagation();
Expand Down

0 comments on commit ca5ef63

Please sign in to comment.