preloader shit is cool

This commit is contained in:
Kasper Rynning-Tønnesen
2015-05-06 14:18:33 +02:00
parent 6b713619c0
commit d27d9c953e
2 changed files with 4 additions and 0 deletions

View File

@@ -48,6 +48,7 @@ function populate_channels(lists)
num++;
if(num>19)break;
}
document.getElementById("preloader").style.display = "none";
document.getElementById("searches").innerHTML = output;
}