This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
var maxim = document.getElementById("maxim"); | |
var submit = document.getElementById("submit"); | |
var time_line = []; | |
var d = new Date(); | |
var today_key = d.getFullYear()+"-"+(d.getMonth()+1)+"-"+d.getDate(); | |
function submitClick() { | |
read_data(today_key); |