Skip to content

Commit

Permalink
Minimal disable of autocomplete. (#5542)
Browse files Browse the repository at this point in the history
  • Loading branch information
ryuyu committed Feb 24, 2018
1 parent 74a3334 commit e154636
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/NuGetGallery/Scripts/gallery/autocomplete.js
Original file line number Diff line number Diff line change
Expand Up @@ -194,5 +194,5 @@
return id.replace(/(\.|-)/g, "");
}

hookAutocomplete(_maxResults);
// hookAutocomplete(_maxResults);
});

0 comments on commit e154636

Please sign in to comment.