Improve warning message

This commit is contained in:
Mark Eaton 2024-03-08 16:34:38 -05:00 committed by GitHub
parent 3d13f22794
commit edefb61532
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -147,7 +147,7 @@ $(document).ready(function() {
try {
document.querySelector("[id^='s-lib-profile-email-']").innerHTML = "<div id='s-la-widget-19393'></div>"
} 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...")
};
});
</script>