From 6e88a7a1ef511a13674fa24c76d1f66e0396f65c Mon Sep 17 00:00:00 2001
From: Dooho Yi
Date: Thu, 24 Nov 2022 21:59:35 +0900
Subject: [PATCH] .
---
src/pages/parade.html | 24 ++++++++++++++----------
1 file changed, 14 insertions(+), 10 deletions(-)
diff --git a/src/pages/parade.html b/src/pages/parade.html
index bb7f9b6..790d7ff 100644
--- a/src/pages/parade.html
+++ b/src/pages/parade.html
@@ -196,17 +196,17 @@
-
- 소리 목록
- 제출해주신 소리는 아래 목록에 시간순으로 쌓입니다. 각각의 모양을 클릭하면, 모양에 해당하는 소리를 듣고 소리에 대한 정보를 확인할 수 있습니다.
-
-
- Sound List
- The sounds you submitted will be stacked in chronological order in the list below. By clicking on each shape,
- you can hear the sound corresponding to the shape and check the information about the sound.
-
- {{#each list}}
+
+ 소리 목록
+ 제출해주신 소리는 아래 목록에 시간순으로 쌓입니다. 각각의 모양을 클릭하면, 모양에 해당하는 소리를 듣고 소리에 대한 정보를 확인할 수 있습니다.
+
+
+ Sound List
+ The sounds you submitted will be stacked in chronological order in the list below. By clicking on each shape,
+ you can hear the sound corresponding to the shape and check the information about the sound.
+
+ {{#each list}}

@@ -437,6 +437,10 @@
//**ENTRY
// list_reload();
+
+ // for korean page...
+ var list_intro = select("#list_init_kr");
+ list_intro.style('display', 'unset');
var cnv = createCanvas(cols * unit + 2, rows * unit + 2);
cnv.parent("p5");