diff --git a/index.html b/index.html
index 9b25f34..eeff254 100644
--- a/index.html
+++ b/index.html
@@ -91,12 +91,18 @@
-
diff --git a/js/app.js b/js/app.js
index 216585d..f35f611 100644
--- a/js/app.js
+++ b/js/app.js
@@ -612,6 +612,9 @@ const TimeTrack = {
jokeService.tell();
}
},
+ destroy() {
+ this.stopTrackingTicket();
+ },
watch: {
publicDB() {
this.publicDB = this.validateBooleans(this.publicDB)