diff options
| author | s1n <[email protected]> | 2019-10-21 00:10:39 -0700 |
|---|---|---|
| committer | s1n <[email protected]> | 2019-10-21 00:10:39 -0700 |
| commit | fe5c0b869472e6e10c903829f9a759e4fb1cc0ae (patch) | |
| tree | 0f131f1825594c2a0d7040b956979277f43703b6 | |
| parent | grammer in about (diff) | |
| download | p.s1n.pw-admin-fe5c0b869472e6e10c903829f9a759e4fb1cc0ae.tar.xz p.s1n.pw-admin-fe5c0b869472e6e10c903829f9a759e4fb1cc0ae.zip | |
commenting in home
| -rw-r--r-- | index.html | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -80,6 +80,7 @@ var h = today.getHours(); var m = today.getMinutes(); var s = today.getSeconds(); + // m = checkTime(m); // Makes it look a little better, but more accurate w/o. m = checkTime(m); s = checkTime(s); document.getElementById('txt').innerHTML = |