This commit is contained in:
silverwind 2024-04-14 21:35:06 +02:00
parent 10ea1bb59f
commit 39dc240bee
No known key found for this signature in database
GPG Key ID: 2E62B41C93869443
1 changed files with 2 additions and 0 deletions

View File

@ -19,6 +19,8 @@ export function initFomanticApi() {
// https://github.com/fomantic/Fomantic-UI/blob/2.8.7/src/definitions/modules/dropdown.js
// https://github.com/fomantic/Fomantic-UI/blob/2.8.7/src/definitions/behaviors/api.js
$.fn.api = function (arg0) {
console.info(arg0);
if (arg0 === 'is loading') return this._loading;
if (arg0 === 'abort') {
this._ac?.abort();