mirror of
https://github.com/KevinMidboe/zoff.git
synced 2025-10-29 18:00:23 +00:00
Fixed dissappearing input field
This commit is contained in:
2
static/dist/frontpage.min.js
vendored
2
static/dist/frontpage.min.js
vendored
File diff suppressed because one or more lines are too long
4
static/dist/main.min.js
vendored
4
static/dist/main.min.js
vendored
File diff suppressed because one or more lines are too long
@@ -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({
|
||||
|
||||
Reference in New Issue
Block a user