From: Robert Kaiser Date: Thu, 13 Nov 2014 03:18:16 +0000 (+0100) Subject: Merge branch 'master' of linz:/srv/git/tricorder X-Git-Tag: production~4 X-Git-Url: https://git-public.kairo.at/?p=tricorder.git;a=commitdiff_plain;h=5f050b526584513ddae9f326a7ac330e539854fc;hp=0c4c028bd224b3f9da26d71ce7b1d61c166a0ae2 Merge branch 'master' of linz:/srv/git/tricorder --- diff --git a/js/tricorder.js b/js/tricorder.js index 3ab7ee9..3887a53 100644 --- a/js/tricorder.js +++ b/js/tricorder.js @@ -40,6 +40,10 @@ window.onresize = function() { } function updateStardate() { + // Stardate rules foggy at best. See http://en.wikipedia.org/wiki/Stardate + // and the Memory Alpha article linked there for more details. + // We roughly lean on TNG scale by splitting an Earth year into exactly 1000 + // units, but we put the 0 point at the TV premiere of The Original Series. if (!gStardate) gStardate = document.getElementById("stardate");