]> git.p6c8.net - jirafeau.git/commitdiff
fix IE11 upload, closes #56
authorJerome Jutteau <mojo@couak.net>
Sat, 14 Nov 2015 09:30:36 +0000 (10:30 +0100)
committerJerome Jutteau <mojo@couak.net>
Sat, 14 Nov 2015 09:30:36 +0000 (10:30 +0100)
Thanks Daniel for this patch

lib/functions.js.php

index 24be13fe429bfd06e74cf29d2bcbb4a508b41642..e981e359d00f2acf864f51fa32cc8268755b630d 100644 (file)
@@ -17,7 +17,7 @@
  *  You should have received a copy of the GNU Affero General Public License
  *  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