Skip to content

Commit

Permalink
Merge pull request #22 from rlaiola/development
Browse files Browse the repository at this point in the history
Fix ajax request not working offline
  • Loading branch information
rlaiola authored Nov 8, 2023
2 parents ff85898 + b1e849a commit 1e503f5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/calc2/utils/groupUtils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -180,6 +180,7 @@ export function loadGroupsFromSource(source: GroupSourceType, id: string, mainta
reject(new Error('gist ' + id + ' not found'));
},
},
timeout: 10000,
async: false,
});
break;
Expand Down

0 comments on commit 1e503f5

Please sign in to comment.