belaudiobooks / website

Catalog of belarusian audiobooks
GNU General Public License v3.0
32 stars 6 forks source link

Search is not working when user types before JS loads #111

Closed nbeloglazov closed 8 months ago

nbeloglazov commented 9 months ago

If internet is slow JS might not load fast enough. In which case user can type query before JS listeners are registered. We should fix it by checking if search input has any content already at the time of JS loading.