Added in error hovering to the form and fixed some warnings

This commit is contained in:
2022-01-11 19:51:53 +00:00
parent 4e7eaa4990
commit 4764deb58f
11 changed files with 355 additions and 126 deletions
+2 -2
View File
@@ -25,7 +25,7 @@ class timelineData
}
else
{
return array(array("errorMessage" => "Error, edu data not found"));
return array("errorMessage" => "Error, edu data not found");
}
}
@@ -44,7 +44,7 @@ class timelineData
}
else
{
return array(array("errorMessage" => "Error, work data not found"));
return array("errorMessage" => "Error, work data not found");
}
}