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...") }; });