mirror of
https://github.com/fmhy/FMHY-SafeGuard.git
synced 2026-03-11 08:55:40 +00:00
Update index.js
Updated wording of a page not in wiki
This commit is contained in:
parent
018e7b383d
commit
42ad31d4b2
1 changed files with 2 additions and 1 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Reference in a new issue