feat(malaysia): 랙 저장 버튼 수정 시 빨강 강조·저장 안내창

- 드래그로 칸 재배치하면 저장 버튼을 검정→빨강(흰 글씨)으로 강조
- 저장 클릭 시 저장되었습니다. 안내창 표시 후 제출

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
2026-06-16 10:13:02 +09:00
parent f383297fc5
commit 03a96b6118
2 changed files with 10 additions and 1 deletions
+3
View File
@@ -142,6 +142,9 @@
});
});
dirty = false;
var b = document.getElementById("rv-save-btn");
if (b) b.classList.remove("is-dirty");
alert(t("저장되었습니다.", "Saved."));
form.submit();
}