Merge pull request #2344 from betagouv/fix-submit-on-ie11
Corrige la soumission des dossiers sous Internet Explorer
This commit is contained in:
commit
a74e60f6b1
2 changed files with 10 additions and 0 deletions
|
@ -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';
|
||||
|
||||
|
|
|
@ -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';
|
||||
|
||||
|
|
Loading…
Reference in a new issue