Hi,
Not sure if this is a bug or not but it had me stumped for some time.
I have a simple HTML page with the relevant link rel tag to install a
Jetpack I created. Now, putting a link to
https://jetpack.mozillalabs.com/install.html
anywhere on that page causes the 'Install' button/popup to NOT appear.
If you simply change the link to, for example,
https://xjetpack.mozillalabs.com/install.html
then all is well and the Install popup appears.
This for example causes the Install button not to appear:
<html>
<head>
<link rel="jetpack" href="somefile.js">
</head>
<body>
<a href="
https://jetpack.mozillalabs.com/install.html"
title="install jetpack">Install Jetpack</a>
</body>
</html>
Change jetpack.mozillalabs to xjetpack.mozillalabs and all is well.
Thanks
Mark