]> git.p6c8.net - jirafeau_project.git/commitdiff
Merge remote-tracking branch 'origin/master'
authorWeblate <noreply@weblate.org>
Fri, 13 Jan 2017 17:24:42 +0000 (18:24 +0100)
committerWeblate <noreply@weblate.org>
Fri, 13 Jan 2017 17:24:42 +0000 (18:24 +0100)
lib/functions.js.php

index 24be13fe429bfd06e74cf29d2bcbb4a508b41642..e8a6bb18048f1ce1c9b19d40c93be887dd63d107 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');

patrick-canterino.de