mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-31 21:17:47 +00:00
Console.Die
This commit is contained in:
parent
d9283c17eb
commit
5e10d85f50
@ -42,7 +42,6 @@ class HaMarkdownElement extends UpdatingElement {
|
|||||||
const node = walker.currentNode;
|
const node = walker.currentNode;
|
||||||
|
|
||||||
// Handle my.home-assistant.io links
|
// Handle my.home-assistant.io links
|
||||||
console.log(node);
|
|
||||||
if (
|
if (
|
||||||
node instanceof HTMLAnchorElement &&
|
node instanceof HTMLAnchorElement &&
|
||||||
node.host === "my.home-assistant.io"
|
node.host === "my.home-assistant.io"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user