We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 43964c9 commit 1f705ffCopy full SHA for 1f705ff
.env.example
@@ -64,6 +64,4 @@ YANDEX_CLIENT_ID=
64
YANDEX_CLIENT_SECRET=
65
YANDEX_URL_REDIRECT=
66
67
-CORRECTION_URL=
68
-CORRECTION_TOKEN=
69
SENTRY_LARAVEL_DSN=
resources/js/bootstrap.js
@@ -3,7 +3,6 @@ import lodash from 'lodash'
3
import * as bootstrap from 'bootstrap'
4
import axios from 'axios'
5
import ujs from '@rails/ujs'
6
-import correctionListener from './correction'
7
8
window.bootstrap = bootstrap
9
window.$ = $
@@ -12,5 +11,3 @@ window._ = lodash
12
11
window.axios = axios
13
window.axios.defaults.headers.common['X-Requested-With'] = 'XMLHttpRequest'
14
ujs.start()
15
-
16
-correctionListener()
resources/js/correction.js
0 commit comments