Brendan Abolivier пре 8 година
родитељ
комит
4b72db7708
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1
    1
      front/form.js

+ 1
- 1
front/form.js Прегледај датотеку

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',