Fixed dissappearing input field

This commit is contained in:
Kasper Rynning-Tønnesen
2015-11-26 15:45:59 +01:00
parent d6e7236e63
commit d5731121f9
3 changed files with 5 additions and 5 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@@ -121,13 +121,13 @@ var Nochan = {
if(Nochan.blob_list[i] !== undefined){
$("#mega-background").css("opacity", 0);
$(".room-namer").css("opacity", 0);
//$(".room-namer").css("opacity", 0);
setTimeout(function(){
$("#mega-background").css("background", "url(data:image/png;base64,"+Nochan.blob_list[i]+")");
$("#mega-background").css("background-size" , "200%");
$("#mega-background").css("opacity", 1);
$("#search").attr("placeholder", list[i][3]);
$(".room-namer").css("opacity", 1);
//$(".room-namer").css("opacity", 1);
},500);
}else{
$.ajax({