diff --git a/footer.html b/footer.html
index baf263be..c63e72f2 100644
--- a/footer.html
+++ b/footer.html
@@ -11,6 +11,7 @@
+
diff --git a/list.php b/list.php
index 80a3b9d4..5b32fa76 100644
--- a/list.php
+++ b/list.php
@@ -31,7 +31,7 @@ function getFullName() {
Adding to the ...
- Success! It will probably take 2-10 minutes until the changes take effect. The list will refresh.
+ Success! The list will refresh.
Failure! Something went wrong.
@@ -62,10 +62,10 @@ require "footer.html";
'
Your is empty!
';
}
else {
- data.forEach(function (entry) {
+ data.forEach(function (entry, index) {
list.innerHTML +=
- '
' + entry +
- '