Brendan Abolivier 7 anos atrás
pai
commit
4b72db7708
1 arquivos alterados com 1 adições e 1 exclusões
  1. 1
    1
      front/form.js

+ 1
- 1
front/form.js Ver arquivo

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