Brendan Abolivier hace 7 años
padre
commit
4b72db7708
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1
    1
      front/form.js

+ 1
- 1
front/form.js Ver fichero

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