()
| 23 | |
| 24 | // get time in seconds since beginning of the day (so that all windows use the same time) |
| 25 | function getTime () |
| 26 | { |
| 27 | return (new Date().getTime() - today) / 1000.0; |
| 28 | } |
| 29 | |
| 30 | |
| 31 | if (new URLSearchParams(window.location.search).get("clear")) |