Brendan Abolivier 7 years ago
parent
commit
4b72db7708
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      front/form.js

+ 1
- 1
front/form.js View File

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