mirror of
https://github.com/KevinMidboe/zoff.git
synced 2026-02-13 21:09:35 +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){
|
if(Nochan.blob_list[i] !== undefined){
|
||||||
$("#mega-background").css("opacity", 0);
|
$("#mega-background").css("opacity", 0);
|
||||||
$(".room-namer").css("opacity", 0);
|
//$(".room-namer").css("opacity", 0);
|
||||||
setTimeout(function(){
|
setTimeout(function(){
|
||||||
$("#mega-background").css("background", "url(data:image/png;base64,"+Nochan.blob_list[i]+")");
|
$("#mega-background").css("background", "url(data:image/png;base64,"+Nochan.blob_list[i]+")");
|
||||||
$("#mega-background").css("background-size" , "200%");
|
$("#mega-background").css("background-size" , "200%");
|
||||||
$("#mega-background").css("opacity", 1);
|
$("#mega-background").css("opacity", 1);
|
||||||
$("#search").attr("placeholder", list[i][3]);
|
$("#search").attr("placeholder", list[i][3]);
|
||||||
$(".room-namer").css("opacity", 1);
|
//$(".room-namer").css("opacity", 1);
|
||||||
},500);
|
},500);
|
||||||
}else{
|
}else{
|
||||||
$.ajax({
|
$.ajax({
|
||||||
|
|||||||
Reference in New Issue
Block a user