Skip to content

Commit

Permalink
fixed error
Browse files Browse the repository at this point in the history
  • Loading branch information
Mostlime12195 committed Dec 6, 2024
1 parent 1f3cf37 commit 024aee0
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions scripts/addbeatmaplist.js
Original file line number Diff line number Diff line change
Expand Up @@ -211,8 +211,6 @@ var NSaddBeatmapList = {
pBeatmapCreator.innerText = "mapped by " + map.creator;
pBeatmapCover.alt = "cover" + map.sid;
pBeatmapCover.src = "https://cdn.sayobot.cn:25225/beatmaps/" + map.sid + "/covers/cover.webp";
console.log();
list.appendChild(pBeatmapBox);
pBeatmapApproved.innerText = approvedText(map.approved);
return pBeatmapBox;
},
Expand Down

0 comments on commit 024aee0

Please sign in to comment.