From edefb615324e50dfdcbe047107b0708e6586e2ae Mon Sep 17 00:00:00 2001 From: Mark Eaton Date: Fri, 8 Mar 2024 16:34:38 -0500 Subject: [PATCH] Improve warning message --- misc/system-wide-js-css.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/misc/system-wide-js-css.html b/misc/system-wide-js-css.html index 436c879..31063b6 100644 --- a/misc/system-wide-js-css.html +++ b/misc/system-wide-js-css.html @@ -147,7 +147,7 @@ $(document).ready(function() { try { document.querySelector("[id^='s-lib-profile-email-']").innerHTML = "
" } catch (error) { - console.log("Email Me button not found on this page. This is just a warning...") + console.log("Email Me button not found on this page. No action taken. This is just a warning...") }; });