Split common-global.js into separate files (#31438)
To improve maintainability
This commit is contained in:
parent
ed5ded3ff8
commit
06782872c4
10 changed files with 497 additions and 484 deletions
|
@ -1,5 +1,5 @@
|
|||
import $ from 'jquery';
|
||||
import {checkAppUrl} from '../common-global.js';
|
||||
import {checkAppUrl} from '../common-page.js';
|
||||
import {hideElem, showElem, toggleElem} from '../../utils/dom.js';
|
||||
import {POST} from '../../modules/fetch.js';
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue