소스 검색

Formatting

Brendan Abolivier 8 년 전
부모
커밋
5585e67ff1
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1
    1
      front/form.js

+ 1
- 1
front/form.js 파일 보기

@@ -140,7 +140,7 @@ function generateForm(id) {
140 140
 	}
141 141
 
142 142
 	// Add the message's textarea
143
-	DOMFields["text"] = getField({
143
+	DOMFields['text'] = getField({
144 144
 		name: items.text,
145 145
 		label: lang.form_mesg_label,
146 146
 		type: 'textarea',