X-Git-Url: https://git.p6c8.net/jirafeau_project.git/blobdiff_plain/e50e02ff0e77b25298ef4835052bc2942d92e9a4..dfa4d5337602a1de5910a95cf0cda85292049a11:/lib/functions.js.php diff --git a/lib/functions.js.php b/lib/functions.js.php index 24be13f..fbce522 100644 --- a/lib/functions.js.php +++ b/lib/functions.js.php @@ -18,6 +18,8 @@ * along with this program. If not, see . */ +header('Content-Type: text/javascript'); + define ('JIRAFEAU_ROOT', dirname (__FILE__) . '/../'); require (JIRAFEAU_ROOT . 'lib/config.original.php'); require (JIRAFEAU_ROOT . 'lib/settings.php'); @@ -204,7 +206,7 @@ function add_time_string_to_date(d, time) { return false; } - + if (time == 'minute') { d.setSeconds (d.getSeconds() + 60);