mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-15 13:26:54 +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();
|
closeDialog();
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
|
if (document.location.search === "?order") {
|
||||||
|
showBuyDialog();
|
||||||
|
}
|
||||||
</script>
|
</script>
|
||||||
|
@ -343,4 +343,8 @@ frontpage_image: /images/frontpage/yellow-frontpage.jpg
|
|||||||
closeDialog();
|
closeDialog();
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
|
if (document.location.search === "?order") {
|
||||||
|
showBuyDialog();
|
||||||
|
}
|
||||||
</script>
|
</script>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user