Add buy shortcuts to Y/SC

This commit is contained in:
Paulus Schoutsen 2023-02-22 02:26:48 +00:00
parent 9cfbe45c34
commit 1b1ac8b40e
2 changed files with 8 additions and 0 deletions

View File

@ -410,4 +410,8 @@ frontpage_image: /images/skyconnect/skyconnect-cover.png
closeDialog(); closeDialog();
} }
}; };
if (document.location.search === "?order") {
showBuyDialog();
}
</script> </script>

View File

@ -343,4 +343,8 @@ frontpage_image: /images/frontpage/yellow-frontpage.jpg
closeDialog(); closeDialog();
} }
}; };
if (document.location.search === "?order") {
showBuyDialog();
}
</script> </script>