summaryrefslogtreecommitdiffstats
path: root/web_src/js/features/repo-migration.js
Commit message (Collapse)AuthorAgeFilesLines
* Use explicit jQuery import, remove unused eslint globals (#18435)silverwind2022-01-281-0/+2
| | | | | - Don't rely on globals (window.$) for jQuery import - Remove eslint globals no longer in use
* Improve async/await usage, and sort init calls in `index.js` (#17386)wxiaoguang2021-11-091-0/+60
* clean up async/await, and sort init calls in `index.js * use `const _promise` to indicate that we do not need await an async function