diff --git a/api_webchat/messageInput.js b/api_webchat/messageInput.js index 335de65d..567339ee 100644 --- a/api_webchat/messageInput.js +++ b/api_webchat/messageInput.js @@ -193,7 +193,7 @@ statusLogger.id = 'statusLogger'; statusLogger.style.display = 'none'; const statusLoggerImg = document.createElement('img'); statusLoggerImg.id = 'statusLoggerImg'; -statusLoggerImg.src = browser.runtime.getURL('/popup/mzta-loading.svg'); +statusLoggerImg.src = browser.runtime.getURL('/images/mzta-loading.svg'); statusLogger.appendChild(statusLoggerImg); const statusLoggerText = document.createElement('span'); statusLoggerText.id = 'statusLoggerText'; diff --git a/popup/mzta-loading.svg b/images/mzta-loading.svg similarity index 98% rename from popup/mzta-loading.svg rename to images/mzta-loading.svg index 27b59d6a..9dec98ab 100644 --- a/popup/mzta-loading.svg +++ b/images/mzta-loading.svg @@ -7,4 +7,4 @@ - \ No newline at end of file + diff --git a/popup/mzta-popup.html b/popup/mzta-popup.html index 1abeead3..02caba36 100644 --- a/popup/mzta-popup.html +++ b/popup/mzta-popup.html @@ -19,9 +19,9 @@
 
-
+
-
+