File tree 5 files changed +4
-4
lines changed 5 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -89,8 +89,8 @@ import {initFormattingReplacements} from './features/formatting.js';
89
89
import { initCopyContent } from './features/copycontent.js' ;
90
90
import { initCaptcha } from './features/captcha.js' ;
91
91
import { initRepositoryActionView } from './components/RepoActionView.vue' ;
92
- import { initAriaCheckboxPatch } from './features /aria- checkbox.js' ;
93
- import { initAriaDropdownPatch } from './features /aria- dropdown.js' ;
92
+ import { initAriaCheckboxPatch } from './modules /aria/ checkbox.js' ;
93
+ import { initAriaDropdownPatch } from './modules /aria/ dropdown.js' ;
94
94
95
95
// Run time-critical code as soon as possible. This is safe to do because this
96
96
// script appears at the end of <body> and rendered HTML is accessible at that point.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change 1
1
import $ from 'jquery' ;
2
- import { generateAriaId } from './aria- base.js' ;
2
+ import { generateAriaId } from './base.js' ;
3
3
4
4
const ariaPatchKey = '_giteaAriaPatchCheckbox' ;
5
5
const fomanticCheckboxFn = $ . fn . checkbox ;
Original file line number Diff line number Diff line change 1
1
import $ from 'jquery' ;
2
- import { generateAriaId } from './aria- base.js' ;
2
+ import { generateAriaId } from './base.js' ;
3
3
4
4
const ariaPatchKey = '_giteaAriaPatchDropdown' ;
5
5
const fomanticDropdownFn = $ . fn . dropdown ;
You can’t perform that action at this time.
0 commit comments