[Web] "learn more" buttons break history / back-button #49138
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
The
triplet-card
buttons on the front page usewindow.location.replace(...)
, which actively prevents the use of the back button.Another thing: we might want to use
<a>
tags for links as much as possible. This allows search engines like Google to actually understand the structure of the pages, and follow links. Let's just use<a href='...'>LEARN MORE</a>
instead of<span class="triplet-cta">LEARN MORE</span>
.Changed status to: 'Open'
Added subscribers: @dr.sybren, @pablovazquez, @fsiddi
This issue was referenced by
9d1181330b
Changed status from 'Open' to: 'Resolved'