feat(malaysia): 랙 저장 버튼 수정 시 빨강 강조·저장 안내창
- 드래그로 칸 재배치하면 저장 버튼을 검정→빨강(흰 글씨)으로 강조 - 저장 클릭 시 저장되었습니다. 안내창 표시 후 제출 Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
@@ -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();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user