From e1d03b842a17da2221bfffef61f80e1f1e28b0e1 Mon Sep 17 00:00:00 2001 From: Patrick Burns Date: Thu, 2 Jan 2025 19:45:38 -0600 Subject: [PATCH] fix copy paste error --- install/run.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install/run.php b/install/run.php index f98dd537e..232cd79f3 100644 --- a/install/run.php +++ b/install/run.php @@ -297,7 +297,7 @@ return new Promise((resolve, reject) => { $.ajax({ - url: url: `${window.location.origin}/index.php/update/dxcc`, + url: `${window.location.origin}/index.php/update/dxcc`, success: async function(response) { if (response == 'success') { running(field, false);