mirror of
https://github.com/go-gitea/gitea
synced 2025-07-04 17:47:19 +00:00
Update JS dependencies (#21881)
- Update all JS deps - Regenerate SVGs - Add new eslint rules, fix issues - Tested Mermaid, Swagger, Vue, Webpack, Citation Co-authored-by: Lunny Xiao <xiaolunwen@gmail.com>
This commit is contained in:
@ -9,7 +9,7 @@ export function initRepoMigrationStatusChecker() {
|
||||
$('#repo_migrating_progress_message').hide();
|
||||
if (migrating) {
|
||||
const task = migrating.attr('task');
|
||||
if (typeof task === 'undefined') {
|
||||
if (task === undefined) {
|
||||
return;
|
||||
}
|
||||
$.ajax({
|
||||
|
Reference in New Issue
Block a user