mirror of
https://github.com/t404owo/t404null.git
synced 2025-12-12 18:08:47 +00:00
Fixed a bug....
"context", lmao I cringed hard, replaced w/ innerHTML.
This commit is contained in:
@@ -292,7 +292,7 @@ async function init_releases(d) {
|
|||||||
<p> "Even if you don't remember me now, I will bring the you I once knew back from them." </p>
|
<p> "Even if you don't remember me now, I will bring the you I once knew back from them." </p>
|
||||||
</a>
|
</a>
|
||||||
*/
|
*/
|
||||||
if(releases.length>0)album_cards.context="";
|
if(releases.length>0)album_cards.innerHTML="";
|
||||||
releases.forEach((a) => {
|
releases.forEach((a) => {
|
||||||
let _card = document.createElement("a"),
|
let _card = document.createElement("a"),
|
||||||
_bg_img = document.createElement("div"),
|
_bg_img = document.createElement("div"),
|
||||||
@@ -371,7 +371,7 @@ async function init_activities(d) {
|
|||||||
<p>???</p>
|
<p>???</p>
|
||||||
<p>???</p>
|
<p>???</p>
|
||||||
</a>*/
|
</a>*/
|
||||||
if(activities.length>0)album_cards.context="";
|
if(activities.length>0)album_cards.innerHTML="";
|
||||||
activities.forEach((a) => {
|
activities.forEach((a) => {
|
||||||
let _card = document.createElement("a"),
|
let _card = document.createElement("a"),
|
||||||
_bg_img = document.createElement("div"),
|
_bg_img = document.createElement("div"),
|
||||||
|
|||||||
Reference in New Issue
Block a user