Update index.js

Updated wording of a page not in wiki
This commit is contained in:
Kenneth Hendricks 2024-10-17 13:46:17 -04:00 committed by GitHub
parent 018e7b383d
commit 42ad31d4b2
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -67,7 +67,8 @@ document.addEventListener("DOMContentLoaded", function () {
case "no_data":
console.log("Popup: No data for this site:", currentUrl);
statusIcon.src = "../res/ext_icon_144.png"; // Default extension icon
statusMessage.textContent = "There is no data for this site yet."; // Update message
statusMessage.textContent =
"This page is not currently in the wiki."; // Update message
break;
default: