mirror of
https://github.com/ConnectedHumber/Air-Quality-Web
synced 2024-11-22 06:23:01 +00:00
Small formatting tweak
This commit is contained in:
parent
af2547ffeb
commit
91eb5859fc
1 changed files with 1 additions and 2 deletions
|
@ -138,8 +138,7 @@ class Tour {
|
||||||
this.tour.start();
|
this.tour.start();
|
||||||
}
|
}
|
||||||
|
|
||||||
completed_tour()
|
completed_tour() {
|
||||||
{
|
|
||||||
window.localStorage.setItem("completed_tour", (new Date()).toISOString());
|
window.localStorage.setItem("completed_tour", (new Date()).toISOString());
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue