Skip to content
Snippets Groups Projects
Commit 2b37aca5 authored by lowercasedonkey's avatar lowercasedonkey
Browse files

tweak

parent ea3e7e84
No related branches found
No related tags found
No related merge requests found
...@@ -41,7 +41,7 @@ App.Intro.editFamily = function(slave) { ...@@ -41,7 +41,7 @@ App.Intro.editFamily = function(slave) {
const div = document.createElement("div"); const div = document.createElement("div");
const linkArray = []; const linkArray = [];
div.append(`${slave.slaveName}'s mother: `); div.append(`${slave.slaveName}'s mother is `);
const nameEl = makeElWithID("motherName", "span"); const nameEl = makeElWithID("motherName", "span");
nameEl.append(parentName("mother"), " "); nameEl.append(parentName("mother"), " ");
...@@ -92,7 +92,7 @@ App.Intro.editFamily = function(slave) { ...@@ -92,7 +92,7 @@ App.Intro.editFamily = function(slave) {
const div = document.createElement("div"); const div = document.createElement("div");
const linkArray = []; const linkArray = [];
div.append(`${slave.slaveName}'s father: `); div.append(`${slave.slaveName}'s father is `);
const nameEl = makeElWithID("fatherName", "span"); const nameEl = makeElWithID("fatherName", "span");
nameEl.append(parentName("father"), " "); nameEl.append(parentName("father"), " ");
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment