Merge pull request #2344 from betagouv/fix-submit-on-ie11

Corrige la soumission des dossiers sous Internet Explorer
This commit is contained in:
Pierre de La Morinerie 2018-08-06 16:31:21 +02:00 committed by GitHub
commit a74e60f6b1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 10 additions and 0 deletions

View file

@ -6,6 +6,11 @@ import Highcharts from 'highcharts';
import Bloodhound from 'bloodhound-js';
import jQuery from 'jquery';
// Include runtime-polyfills for older browsers.
// Due to .babelrc's 'useBuiltIns', only polyfills actually
// required by the browsers we support will be included.
import 'babel-polyfill';
import 'select2';
import 'typeahead.js';

View file

@ -6,6 +6,11 @@ import Chartkick from 'chartkick';
import Highcharts from 'highcharts';
import jQuery from 'jquery';
// Include runtime-polyfills for older browsers.
// Due to .babelrc's 'useBuiltIns', only polyfills actually
// required by the browsers we support will be included.
import 'babel-polyfill';
import 'select2';
import 'typeahead.js';