]> git.p6c8.net - jirafeau_project.git/blobdiff - lib/functions.js.php
[FEATURE] Set default expiration time in config
[jirafeau_project.git] / lib / functions.js.php
index 24be13fe429bfd06e74cf29d2bcbb4a508b41642..fbce5229ce3e17f4f1f4d431a154d10437864477 100644 (file)
@@ -18,6 +18,8 @@
  *  along with this program.  If not, see <https://www.gnu.org/licenses/>.
  */
 
+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);

patrick-canterino.de