Skip to content

Commit

Permalink
タイトル要らないのでは?
Browse files Browse the repository at this point in the history
  • Loading branch information
na-trium-144 committed Nov 10, 2024
1 parent aee0de4 commit 0440eb8
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions app/play/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -56,10 +56,10 @@ function InitPlay() {
setLvIndex(session.lvIndex);
setChartBrief(session.brief);
setEditing(!!session.editing);
document.title =
(session.editing ? "(テストプレイ) " : "") +
pageTitle(session.cid || "-", session.brief) +
" | Falling Nikochan";
// document.title =
// (session.editing ? "(テストプレイ) " : "") +
// pageTitle(session.cid || "-", session.brief) +
// " | Falling Nikochan";

if (session.chart) {
setChartSeq(loadChart(session.chart, session.lvIndex));
Expand Down

0 comments on commit 0440eb8

Please sign in to comment.