diff --git a/js/time/time.js b/js/time/time.js index 754554c8..f2a5a286 100644 --- a/js/time/time.js +++ b/js/time/time.js @@ -6,6 +6,9 @@ var time = { intervalId: null }; +/** + * Updates the time that is shown on the screen + */ time.updateTime = function () { var _now = moment(),