We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 078f1e2 commit c7a2355Copy full SHA for c7a2355
1 file changed
src/NuGetGallery/Scripts/gallery/page-display-package.js
@@ -67,6 +67,7 @@ $(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