diff options
| author | Luc Donnet | 2018-04-03 22:03:18 +0200 | 
|---|---|---|
| committer | GitHub | 2018-04-03 22:03:18 +0200 | 
| commit | 6262b1cf8c536fb59997119a28420584ab08994c (patch) | |
| tree | 265bdd55a9e9cba9a6489277a6adef4f5c420a28 /app/javascript | |
| parent | 71c57bf5fcf24429730cc9ef117f1d0aa120402b (diff) | |
| parent | 9b771756f7aa7defec4057d4778aefefb5704d19 (diff) | |
| download | chouette-core-6262b1cf8c536fb59997119a28420584ab08994c.tar.bz2 | |
Merge pull request #436 from af83/6386-fix-timetables-editor
6386 Fix Timetables edit
Diffstat (limited to 'app/javascript')
| -rw-r--r-- | app/javascript/time_tables/actions/index.js | 1 | ||||
| -rw-r--r-- | app/javascript/time_tables/containers/App.js | 1 | 
2 files changed, 0 insertions, 2 deletions
| diff --git a/app/javascript/time_tables/actions/index.js b/app/javascript/time_tables/actions/index.js index 98b9eab4b..3127d11b8 100644 --- a/app/javascript/time_tables/actions/index.js +++ b/app/javascript/time_tables/actions/index.js @@ -4,7 +4,6 @@ import reject from 'lodash/reject'  import some from 'lodash/some'  import every from 'lodash/every'  import clone from '../../helpers/clone' -const I18n = clone(window, "I18n")  const actions = {    weekDays: (index) => { diff --git a/app/javascript/time_tables/containers/App.js b/app/javascript/time_tables/containers/App.js index 5963f8f1d..c12e33ef5 100644 --- a/app/javascript/time_tables/containers/App.js +++ b/app/javascript/time_tables/containers/App.js @@ -10,7 +10,6 @@ import SaveTimetable from './SaveTimetable'  import ConfirmModal from './ConfirmModal'  import ErrorModal from './ErrorModal'  import clone from '../../helpers/clone' -const I18n = clone(window, "I18n", true)  class App extends Component {    componentDidMount(){ | 
