Skip to content

Commit

Permalink
Update WNP 115 to target Windows 8.1 and lower [mozilla#13277] (mozil…
Browse files Browse the repository at this point in the history
  • Loading branch information
craigcook authored Jun 29, 2023
1 parent 273e1c5 commit 938dca9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
{% block wnp_content %}
<section class="wnp-content-main">
<div class="mzp-l-content mzp-t-content-md">
<h2 class="wnp-main-title">Using Windows 7<br> or older?</h2>
<h2 class="wnp-main-title">Using Windows 8<br> or older?</h2>

<div class="wnp-main-image">
{{ resp_img("img/firefox/whatsnew/whatsnew115-na/sync.png",
Expand Down
2 changes: 1 addition & 1 deletion media/js/firefox/whatsnew/whatsnew-115-na-win7.js
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
if (
redirect &&
window.site.platform === 'windows' &&
window.site.platformVersion <= 6.1
window.site.platformVersion <= 6.3 // Windows 8.1 and lower
) {
window.location.href = redirect;
} else {
Expand Down

0 comments on commit 938dca9

Please sign in to comment.