correct var ref
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Tobias Brunner 2020-05-14 20:44:36 +02:00
parent f736fd8c34
commit 97c658cd1f

View file

@ -7,7 +7,7 @@ data:
// Here you can overwite the default configuration values
const startDateTime = new Date();
startDateTime.setHours(0, 0, 0, 0);
startDateTime.setDate(date.getDate() - 1);
startDateTime.setDate(startDateTime.getDate() - 1);
window.owntracks = window.owntracks || {};
window.owntracks.config = {
map: {