-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
b4f4435
commit 0dbd250
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -771,7 +771,7 @@ <h6 class="text-justify">Note: I do <strong>not</strong> have everyone in Hansze | |
str += "<br><br> <strong>Features</strong> <br><br> Find the path between any two people in the network<br><br>Explore the family around any specific person " | ||
str += "<br><br> <strong>Statistics</strong> <br><br> Number of people in the network: " + numPeople + "<br>Most immediate connections (current student): " + mostImmediateConnections + " with " + numMostImmediateConnections + "<br>Most descendants (current student): " + mostDescendants + " with " + numMostDescendants | ||
str += "<br>Most descendants (all time): " + mostDescendantsAllTime + " with " + numMostDescendantsAllTime | ||
str += "<br><br><br> If you want someone to be added, email [email protected] with the person to be added and a list of everyone (that you know of) in their O-Week Group. Also email if something you see is incorrect, or if you have any other suggestions. Thanks for helping expand the network!" | ||
str += "<br><br><br> If you want someone to be added, email <a href='/government/cabinet'>the website managers</a> with the person to be added and a list of everyone (that you know of) in their O-Week Group. Also email if something you see is incorrect, or if you have any other suggestions. Thanks for helping expand the network!" | ||
document.getElementById("readmore").innerHTML = str | ||
} else { | ||
document.getElementById("readmore").innerHTML = "" | ||
|