accurator/commit

Changed ids of form objects, resolves #269

authorChris Dijkshoorn
Thu Apr 21 21:37:22 2016 +0200
committerChris Dijkshoorn
Thu Apr 21 21:37:22 2016 +0200
commitec8018fd7857c074944ff1ac2f5ca531147a1322
treeeb6e2cab58da9a53c5815f495eb5cd04b4c104bb
parentde1c60c09bd1b6f958fe5986a6b4d546c3baf6e8
Diff style: patch stat
diff --git a/web/js/item.js b/web/js/item.js
index cf1391d..1d696c4 100644
--- a/web/js/item.js
+++ b/web/js/item.js
@@ -124,7 +124,7 @@ function events(user, locale, labels) {
 
 		if (annotations.length === 5) {
 			showForm(
-				"form_peronal",
+				"formPersonal",
 				["country",
 				"language",
 				"education",
@@ -136,7 +136,7 @@ function events(user, locale, labels) {
 
 		if (annotations.length === 10) {
 			showForm(
-				"form_internet",
+				"formInternet",
 				["socialNetwork",
 				"taggingSites",
 				"taggingExperience",