mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-15 05:16:49 +00:00
Add buy shortcuts to Y/SC
This commit is contained in:
parent
9cfbe45c34
commit
1b1ac8b40e
@ -410,4 +410,8 @@ frontpage_image: /images/skyconnect/skyconnect-cover.png
|
||||
closeDialog();
|
||||
}
|
||||
};
|
||||
|
||||
if (document.location.search === "?order") {
|
||||
showBuyDialog();
|
||||
}
|
||||
</script>
|
||||
|
@ -343,4 +343,8 @@ frontpage_image: /images/frontpage/yellow-frontpage.jpg
|
||||
closeDialog();
|
||||
}
|
||||
};
|
||||
|
||||
if (document.location.search === "?order") {
|
||||
showBuyDialog();
|
||||
}
|
||||
</script>
|
||||
|
Loading…
x
Reference in New Issue
Block a user