|
|
|
@ -88,6 +88,7 @@
|
|
|
|
},
|
|
|
|
},
|
|
|
|
setSecondsManually(){
|
|
|
|
setSecondsManually(){
|
|
|
|
this.totalSeconds = this.manualHours*60*60 + this.manualMinutes*60 + this.manualSeconds;
|
|
|
|
this.totalSeconds = this.manualHours*60*60 + this.manualMinutes*60 + this.manualSeconds;
|
|
|
|
|
|
|
|
this.savedPreviousSeconds = this.totalSeconds;
|
|
|
|
window.localStorage.setItem('lastTotalSeconds', this.totalSeconds);
|
|
|
|
window.localStorage.setItem('lastTotalSeconds', this.totalSeconds);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
},
|
|
|
|
},
|
|
|
|
|