Skip to content

Commit 7d871b9

Browse files
committed
fix lint
1 parent 822f742 commit 7d871b9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

web_src/js/globals.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,5 +61,5 @@ interface Window {
6161
grecaptcha: any,
6262
turnstile: any,
6363
hcaptcha: any,
64-
codeEditors: any[],
64+
codeEditors: any[],
6565
}

web_src/js/modules/fomantic/dropdown.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ function delegateOne($dropdown: any) {
9898

9999
const oldSet = dropdownCall('internal', 'set');
100100
const oldSetDirection = oldSet.direction;
101-
oldSet.direction = function($menu: JQuery) {
101+
oldSet.direction = function($menu: any) {
102102
oldSetDirection.call(this, $menu);
103103
const classNames = dropdownCall('setting', 'className');
104104
$menu = $menu || $dropdown.find('> .menu');

0 commit comments

Comments
 (0)