We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b3d7dc9 commit 3fcfd71Copy full SHA for 3fcfd71
1 file changed
src/NuGetGallery/Scripts/gallery/page-display-package.js
@@ -67,7 +67,6 @@ $(function () {
67
$("#show-readme-more").click(function (e) {
68
showLess.collapse("toggle");
69
e.preventDefault();
70
- return false;
71
});
72
showLess.on('hide.bs.collapse', function (e) {
73
e.stopPropagation();
0 commit comments