Skip to content

Commit

Permalink
you can switch between hour, day, week, month, year (+week)
Browse files Browse the repository at this point in the history
  • Loading branch information
ondra-novak committed Aug 21, 2019
1 parent 9bce25b commit 144aaed
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions www/res/code.js
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,7 @@ function app_start(){
var intervals = [
["h",3600],
["d",3600*24],
["w",3600*24*7],
["m",30*3600*24],
["y",365*3600*24]
];
Expand Down

0 comments on commit 144aaed

Please sign in to comment.