Remove not needed await on global context
This commit is contained in:
parent
7cbaa15aad
commit
d57e43df54
|
@ -2899,7 +2899,7 @@ async function getWorldEntry(name, data, entry) {
|
||||||
.prop('selected', true)
|
.prop('selected', true)
|
||||||
.trigger('input');
|
.trigger('input');
|
||||||
|
|
||||||
await saveWorldInfo(name, data);
|
saveWorldInfo(name, data);
|
||||||
|
|
||||||
// exclude recursion
|
// exclude recursion
|
||||||
const excludeRecursionInput = template.find('input[name="exclude_recursion"]');
|
const excludeRecursionInput = template.find('input[name="exclude_recursion"]');
|
||||||
|
|
Loading…
Reference in New Issue