From 46eda9b4c05e9ab95f9d54a76539a07f9fabb562 Mon Sep 17 00:00:00 2001 From: Laura Hausmann Date: Tue, 15 Oct 2024 17:23:10 +0200 Subject: [PATCH] [backend/razor] Don't reload queue dashboard job view before abandon action is confirmed --- Iceshrimp.Backend/wwwroot/js/queue.js | 1 - 1 file changed, 1 deletion(-) diff --git a/Iceshrimp.Backend/wwwroot/js/queue.js b/Iceshrimp.Backend/wwwroot/js/queue.js index a69f3b19..03ca1405 100644 --- a/Iceshrimp.Backend/wwwroot/js/queue.js +++ b/Iceshrimp.Backend/wwwroot/js/queue.js @@ -77,5 +77,4 @@ async function retryAllOnPage(queue) { async function abandon(id, target) { await confirm(target, () => callApiMethod(`/api/iceshrimp/admin/queue/jobs/${id}/abandon`)); - window.location.reload(); } \ No newline at end of file