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