summaryrefslogtreecommitdiff
path: root/pages/docs.inc
diff options
context:
space:
mode:
Diffstat (limited to 'pages/docs.inc')
-rw-r--r--pages/docs.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/pages/docs.inc b/pages/docs.inc
index 3b212df..2e43727 100644
--- a/pages/docs.inc
+++ b/pages/docs.inc
@@ -345,7 +345,7 @@ function showDocument($item) { ?>
time = new Date(time).getTime();
}
- let periods = ["sec.", "mn.", "hr.", "d.", "wk.", "mo.", "y.", "ages"];
+ let periods = ["sec", "min", "hr", "d", "wk", "mo", "y", "ages"];
let lengths = ["60", "60", "24", "7", "4.35", "12", "100"];