From b79a4ece0364673f57f8e54e4128c46c38cf1419 Mon Sep 17 00:00:00 2001 From: Jeremy Rangel Date: Thu, 2 Jan 2025 22:31:19 -0800 Subject: [PATCH] Fixed icon importer --- assets/js/icon-import.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/assets/js/icon-import.js b/assets/js/icon-import.js index b34406d..e209997 100644 --- a/assets/js/icon-import.js +++ b/assets/js/icon-import.js @@ -21,7 +21,7 @@ document.addEventListener('DOMContentLoaded', function () { formData.append('icon_set_id', iconSetId); const xhr = new XMLHttpRequest(); - xhr.open('POST', mytheme_ajax.ajax_url, true); + xhr.open('POST', lcp_ajax.ajax_url, true); xhr.onload = function () { if (xhr.status === 200) { @@ -55,7 +55,7 @@ document.addEventListener('DOMContentLoaded', function () { formData.append('icon_set_id', iconSetId); const xhr = new XMLHttpRequest(); - xhr.open('POST', mytheme_ajax.ajax_url, true); + xhr.open('POST', lcp_ajax.ajax_url, true); xhr.onload = function () { if (xhr.status === 200) {