Small formatting tweak

This commit is contained in:
Starbeamrainbowlabs 2019-10-29 20:47:26 +00:00
parent af2547ffeb
commit 91eb5859fc
Signed by: sbrl
GPG Key ID: 1BE5172E637709C2
1 changed files with 1 additions and 2 deletions

View File

@ -138,8 +138,7 @@ class Tour {
this.tour.start();
}
completed_tour()
{
completed_tour() {
window.localStorage.setItem("completed_tour", (new Date()).toISOString());
}