arbtt-graph
arbtt-graph copied to clipboard
AJAX call to refresh does not update time logged in
When clicking reload icon, the AJAX call is executed (index.html
, line 152)
$("#reloadbutton").click(function() { ...
the total time is not updated (only after refreshing the browser page)
even if writeTotalTime
is called (line 162)