From 9a6b0390607ba2b437322dffea82c6f471b8f941 Mon Sep 17 00:00:00 2001 From: Hyojin Ahn Date: Thu, 7 May 2026 10:13:31 -0400 Subject: [PATCH] =?UTF-8?q?v1.2.15=20-=20[MAP]=20Container=20=EA=B5=90?= =?UTF-8?q?=EC=B2=B4=20=EC=9A=94=EC=B2=AD=20=EC=9D=B4=EB=AF=B8=20=EC=9E=88?= =?UTF-8?q?=EC=9C=BC=EB=A9=B4=20=EA=B0=95=EC=A1=B0=20(2).=20-=20[INSTALL?= =?UTF-8?q?=20WAIT=20LIST]=20=EC=B9=B4=ED=85=8C=EA=B3=A0=EB=A6=AC=20?= =?UTF-8?q?=ED=83=80=EC=9D=B4=ED=8B=80=20=ED=95=98=EB=93=9C=EC=BD=94?= =?UTF-8?q?=EB=94=A9.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- public_html/doc/install_wait_list.php | 14 ++++++++++++-- public_html/doc/map.php | 6 +++++- public_html/js/install_wait_modal.js | 11 ++++++++++- 3 files changed, 27 insertions(+), 4 deletions(-) diff --git a/public_html/doc/install_wait_list.php b/public_html/doc/install_wait_list.php index 94cdaae..6d53992 100644 --- a/public_html/doc/install_wait_list.php +++ b/public_html/doc/install_wait_list.php @@ -241,6 +241,16 @@ function getWaitCategoryColor($cat) { default: return 'transparent'; } } +// 하드코딩 +$categoryLabels = [ + 0 => 'No Category', + 1 => 'To do list', + 2 => 'Power Wash', + 3 => 'Category 3', + 4 => 'Category 4', + 5 => 'Category 5' +]; + ?> @@ -595,7 +605,7 @@ function getWaitCategoryColor($cat) { foreach ($allCats as $i): $checked = in_array($i, $kw_categories ?? []) ? 'checked' : ''; ?> -