Browse Source

fix destroy-method; style timebox

modals-to-spa
stingl 4 years ago
parent
commit
a9c1c1ec4b
  1. 6
      css/app.css
  2. 2
      js/app.js

6
css/app.css

@ -195,12 +195,12 @@ nav, .card {
} }
.bg-timebox { .bg-timebox {
background-color: lightcyan; background-color: black;
color: black; color: white;
} }
.bg-timebox input { .bg-timebox input {
color: black; color: white;
} }
/*Hidden Boxes*/ /*Hidden Boxes*/

2
js/app.js

@ -612,7 +612,7 @@ const TimeTrack = {
jokeService.tell(); jokeService.tell();
} }
}, },
destroy() { beforeDestroy() {
this.stopTrackingTicket(); this.stopTrackingTicket();
}, },
watch: { watch: {