mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-04-22 16:36:15 -04:00
Disable search until registry is loaded and fix sorting by version
... and always display a scrollbar.
This commit is contained in:
parent
f75a839cd0
commit
2393dcd652
3 changed files with 4 additions and 3 deletions
|
@ -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)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue