Minor correct, forgot to hide news and season windows on research

This commit is contained in:
Kylart 2016-12-12 03:41:17 +09:00
parent d1ed9878f5
commit eae1cc5aac
1 changed files with 2 additions and 0 deletions

View File

@ -497,6 +497,8 @@ searchButton.addEventListener('keydown', (key) => {
if (searchButton.value.length > 3)
{
releases.show = false
news.show = false
season.show = false
loader.show = true
makeResearchOnMal(searchButton.value.toString())
}