fix copy paste error

This commit is contained in:
Patrick Burns
2025-01-02 19:45:38 -06:00
parent 2143540d45
commit e1d03b842a

View File

@@ -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);