You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: web_src/js/modules/fomantic.ts
-2Lines changed: 0 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,4 @@
1
1
import $ from 'jquery';
2
-
import {initFomanticApiPatch} from './fomantic/api.ts';
3
2
import {initAriaCheckboxPatch} from './fomantic/checkbox.ts';
4
3
import {initAriaFormFieldPatch} from './fomantic/form.ts';
5
4
import {initAriaDropdownPatch} from './fomantic/dropdown.ts';
@@ -27,7 +26,6 @@ export function initGiteaFomantic() {
27
26
initFomanticTransition();
28
27
initFomanticDimmer();
29
28
initFomanticTab();
30
-
initFomanticApiPatch();
31
29
32
30
// Use the patches to improve accessibility, these patches are designed to be as independent as possible, make it easy to modify or remove in the future.
0 commit comments