aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--assets/js/main.js6
1 files changed, 3 insertions, 3 deletions
diff --git a/assets/js/main.js b/assets/js/main.js
index b3ad26e..b79de74 100644
--- a/assets/js/main.js
+++ b/assets/js/main.js
@@ -236,8 +236,8 @@ timeWastingClock.running = false;
timeWastingClock.reset = $.proxy(function () {
if (this.getTime() != 1)
{
- if (confirm('Are you sure?'))
- {
+ // if (confirm('Are you sure?'))
+ // {
if (this.running)
{
$('#timeWastingClockGo').html('Start <u>t</u>imer');
@@ -246,7 +246,7 @@ timeWastingClock.reset = $.proxy(function () {
}
$.jStorage.set('time_wasted', 0);
this.setTime(0);
- }
+ // }
}
}, timeWastingClock);
timeWastingClock.toggle = $.proxy(function () {