From aa171727dc595bfccaffbf8be178f16639827111 Mon Sep 17 00:00:00 2001 From: Jerome Jutteau Date: Sat, 14 Nov 2015 10:30:36 +0100 Subject: [PATCH] fix IE11 upload, closes #56 Thanks Daniel for this patch --- lib/functions.js.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/functions.js.php b/lib/functions.js.php index 24be13f..e981e35 100644 --- a/lib/functions.js.php +++ b/lib/functions.js.php @@ -17,7 +17,7 @@ * You should have received a copy of the GNU Affero General Public License * 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'); -- 2.34.1