Disable search until registry is loaded and fix sorting by version

... and always display a scrollbar.
This commit is contained in:
Marcel Klehr 2013-03-26 19:22:04 +01:00
parent f75a839cd0
commit 2393dcd652
3 changed files with 4 additions and 3 deletions

View file

@ -130,6 +130,7 @@ $(document).ready(function () {
if(!data.results.length) search.end = true;
$(".search-results .nothing-found").hide()
$(".search-results .fetching").hide()
$("#search-query").removeAttr('disabled')
console.log('got search results', data)