diff options
Diffstat (limited to 'web_src/js/globals.d.ts')
-rw-r--r-- | web_src/js/globals.d.ts | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/web_src/js/globals.d.ts b/web_src/js/globals.d.ts index c08ff9976b..0c540ac296 100644 --- a/web_src/js/globals.d.ts +++ b/web_src/js/globals.d.ts @@ -36,8 +36,9 @@ declare module 'swagger-ui-dist/swagger-ui-es-bundle.js' { } interface JQuery { - api: any, // fomantic areYouSure: any, // jquery.are-you-sure + fomanticExt: any; // fomantic extension + api: any, // fomantic dimmer: any, // fomantic dropdown: any; // fomantic modal: any; // fomantic |