This commit is contained in:
silverwind 2024-04-14 21:36:54 +02:00
parent 39dc240bee
commit 57267026c9
No known key found for this signature in database
GPG Key ID: 2E62B41C93869443
1 changed files with 4 additions and 1 deletions

View File

@ -21,7 +21,10 @@ export function initFomanticApi() {
$.fn.api = function (arg0) {
console.info(arg0);
if (arg0 === 'is loading') return this._loading;
if (arg0 === 'is loading') {
return this._loading;
}
if (arg0 === 'abort') {
this._ac?.abort();
return;