#282 에 따른 작업표시

This commit is contained in:
whitedot
2013-02-18 20:31:46 +09:00
parent 47ea2a41b3
commit 350522d015
3 changed files with 1 additions and 518 deletions

View File

@ -351,6 +351,7 @@ function wrestInitialized()
}
document.forms[i].onsubmit = wrestSubmit;
// 이 부분은 CSS 로 대체를 합니다. github issue #282, 지운아빠 작업예정
for (var j = 0; j < document.forms[i].elements.length; j++) {
// 필수 입력일 경우는 * 배경이미지를 준다.
if (document.forms[i].elements[j].getAttribute("required") != null ||