Mozilla will shut down Pocket’s services on July 8, 2025. At that time users will no longer be able to access the Pocket website, apps and API. You can export your saved items and API data until October 8, 2025 before they are permanently removed. For more information, see this article.

Избегайте мошенников, выдающих себя за службу поддержки. Мы никогда не попросим вас позвонить, отправить текстовое сообщение или поделиться личной информацией. Сообщайте о подозрительной активности, используя функцию «Пожаловаться».

Подробнее

Buttons Not working since last update

Since the last Firefox update yesterday, many buttons are not working that are using <a href> along with a button.

Since the last Firefox update yesterday, many buttons are not working that are using <a href> along with a button.

Все ответы (3)

How can we reproduce this issue?

1) https://www.bookmarketing.pro/publish-package.html 2) For the promo code enter anything and try to click the button. Nothing happens.

If you put a <button> inside an <a href> link, clicking the button may activate the link and cancel the action of the button (because page navigation tends to cancel script actions). To avoid that, you usually include something like this in your <a href> tag:

onclick="return false;"

I haven't installed the new update yet, but I would be surprised if that stopped working.