Actualiser assets/js/app.js
CI / PHP Syntax Check (push) Waiting to run
CI / JavaScript Lint (push) Waiting to run
CI / Docker Build Test (push) Waiting to run
CI / Validate Translation Files (push) Waiting to run
CI / Auto-merge develop → main (push) Blocked by required conditions
CI / Create GitHub Release (push) Blocked by required conditions
CI / PHP Syntax Check (push) Waiting to run
CI / JavaScript Lint (push) Waiting to run
CI / Docker Build Test (push) Waiting to run
CI / Validate Translation Files (push) Waiting to run
CI / Auto-merge develop → main (push) Blocked by required conditions
CI / Create GitHub Release (push) Blocked by required conditions
This commit is contained in:
+1
-1
@@ -3605,7 +3605,7 @@ async function _importMergeFile(input) {
|
|||||||
try {
|
try {
|
||||||
const resp = await fetch('api/index.php?action=import_merge', {
|
const resp = await fetch('api/index.php?action=import_merge', {
|
||||||
method: 'POST',
|
method: 'POST',
|
||||||
headers: { 'X-EverShelf-Request': '1' },
|
headers: { 'X-EverShelf-Request': '1', ...apiAuthHeaders() },
|
||||||
body: formData,
|
body: formData,
|
||||||
});
|
});
|
||||||
const data = await resp.json();
|
const data = await resp.json();
|
||||||
|
|||||||
Reference in New Issue
Block a user