X-Git-Url: https://git.p6c8.net/jirafeau.git/blobdiff_plain/752f34d41b53e1eb6559c19fcef87e5b85e578c1..deeb1323362ec6750535865e1e18ca37fe7728fc:/lib/functions.js.php diff --git a/lib/functions.js.php b/lib/functions.js.php index e8a6bb1..fbce522 100644 --- a/lib/functions.js.php +++ b/lib/functions.js.php @@ -206,7 +206,7 @@ function add_time_string_to_date(d, time) { return false; } - + if (time == 'minute') { d.setSeconds (d.getSeconds() + 60);