File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
- export const ariaPatchKey = '_giteaAriaPatch' ;
2
-
3
1
let ariaIdCounter = 0 ;
4
2
5
3
export function generateAriaId ( ) {
Original file line number Diff line number Diff line change 1
1
import $ from 'jquery' ;
2
- import { ariaPatchKey , generateAriaId } from './aria-base.js' ;
2
+ import { generateAriaId } from './aria-base.js' ;
3
3
4
+ const ariaPatchKey = '_giteaAriaPatchCheckbox' ;
4
5
const fomanticCheckboxFn = $ . fn . checkbox ;
5
6
6
7
// use our own `$.fn.checkbox` to patch Fomantic's checkbox module
Original file line number Diff line number Diff line change 1
1
import $ from 'jquery' ;
2
- import { ariaPatchKey , generateAriaId } from './aria-base.js' ;
2
+ import { generateAriaId } from './aria-base.js' ;
3
3
4
+ const ariaPatchKey = '_giteaAriaPatchDropdown' ;
4
5
const fomanticDropdownFn = $ . fn . dropdown ;
5
6
6
7
// use our own `$().dropdown` function to patch Fomantic's dropdown module
You can’t perform that action at this time.
0 commit comments