diff options
author | Anton Tananaev <anton.tananaev@gmail.com> | 2015-09-05 19:59:31 +1200 |
---|---|---|
committer | Anton Tananaev <anton.tananaev@gmail.com> | 2015-09-05 19:59:31 +1200 |
commit | 5f4e33e16040412edf3dbe34866a467429a9b37c (patch) | |
tree | be6473ac5a5ccc8fb5dd4be9c9dd099c24462b7f /web/app/Resources.js | |
parent | dcf03c69721022a1f87ea1a824becac6e75caca1 (diff) | |
download | trackermap-server-5f4e33e16040412edf3dbe34866a467429a9b37c.tar.gz trackermap-server-5f4e33e16040412edf3dbe34866a467429a9b37c.tar.bz2 trackermap-server-5f4e33e16040412edf3dbe34866a467429a9b37c.zip |
Global standards locale preferences
Diffstat (limited to 'web/app/Resources.js')
-rw-r--r-- | web/app/Resources.js | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/web/app/Resources.js b/web/app/Resources.js index 73cee7b2d..3454ab579 100644 --- a/web/app/Resources.js +++ b/web/app/Resources.js @@ -20,11 +20,14 @@ var styles = { windowWidth: 640, windowHeight: 480, + dateTimeFormat: 'Y-m-d H:i:s', + timeFormat: 'H:i', + weekStartDay: 1, + deviceWidth: 350, reportHeight: 250, reportTime: 100, - reportFormat: 'Y-m-d H:i:s', mapDefaultLat: 51.507222, mapDefaultLon: -0.1275, |