Weinhnachen BibiTinaMeölly25
This commit is contained in:
@@ -175,30 +175,30 @@
|
||||
|
||||
?>
|
||||
const bgImages = [
|
||||
"1-image", // 1
|
||||
"2-image",
|
||||
"3-image",
|
||||
"4-image",
|
||||
"5-image",
|
||||
"6-image",
|
||||
"7-image",
|
||||
"8-image",
|
||||
"9-image",
|
||||
"10-image",
|
||||
"11-image",
|
||||
"12-image",
|
||||
"13-image",
|
||||
"14-image",
|
||||
"15-image",
|
||||
"16-image",//
|
||||
"1-image",
|
||||
"2-image",
|
||||
"3-image",
|
||||
"4-image",
|
||||
"5-image",
|
||||
"6-image",
|
||||
"7-image",
|
||||
"24",
|
||||
"Tür1", // 1
|
||||
"Tür2",
|
||||
"Tür3",
|
||||
"Tür4",
|
||||
"Tür5",
|
||||
"Tür6",
|
||||
"Tür7",
|
||||
"Tür8",
|
||||
"Tür9",
|
||||
"Tür10",
|
||||
"Tür11",
|
||||
"Tür12",
|
||||
"Tür13",
|
||||
"Tür14",
|
||||
"Tür15",
|
||||
"Tür16",//
|
||||
"Tür17",
|
||||
"Tür18",
|
||||
"Tür19",
|
||||
"Tür20",
|
||||
"Tür21",
|
||||
"Tür22",
|
||||
"Tür23",
|
||||
"Tür24",
|
||||
"scheniiW",
|
||||
"packa"
|
||||
];
|
||||
@@ -208,7 +208,7 @@
|
||||
let n = dayMap[i-1];
|
||||
let parent = $("#"+id);
|
||||
let imageName = bgImages[n-1];
|
||||
let imageUrl = "src/images/peperPig/"+imageName+".png";
|
||||
let imageUrl = "src/images/BibiTina/"+imageName+".png";
|
||||
parent.find("span").css("background-image", "url(" + imageUrl + ")");
|
||||
parent.find("span").html(n);
|
||||
parent.find("h3").html(""+n);
|
||||
|
||||
Reference in New Issue
Block a user