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) {