Skip to content

Commit 23c4112

Browse files
committed
Removing the Browser Upgrade Prompt
This commit removes the browser upgrade prompt that we've had in the project for oh so many years.
1 parent 1371413 commit 23c4112

File tree

4 files changed

+0
-18
lines changed

4 files changed

+0
-18
lines changed

dist/doc/html.md

-6
Original file line numberDiff line numberDiff line change
@@ -101,12 +101,6 @@ The central part of the boilerplate template is pretty much empty. This is
101101
intentional, in order to make the boilerplate suitable for both web page and
102102
web app development.
103103

104-
### Browser Upgrade Prompt
105-
106-
The main content area of the boilerplate includes a prompt to install an up to
107-
date browser for users of IE 9 and lower. If you intended to support IE, then you
108-
should edit or remove the snippet of code.
109-
110104
## Modernizr
111105

112106
HTML5 Boilerplate uses a custom build of Modernizr.

dist/index.html

-3
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,6 @@
1818
</head>
1919

2020
<body>
21-
<!--[if IE]>
22-
<p class="browserupgrade">You are using an <strong>outdated</strong> browser. Please <a href="https://browsehappy.com/">upgrade your browser</a> to improve your experience and security.</p>
23-
<![endif]-->
2421

2522
<!-- Add your site or application content here -->
2623
<p>Hello world! This is HTML5 Boilerplate.</p>

src/doc/html.md

-6
Original file line numberDiff line numberDiff line change
@@ -101,12 +101,6 @@ The central part of the boilerplate template is pretty much empty. This is
101101
intentional, in order to make the boilerplate suitable for both web page and
102102
web app development.
103103

104-
### Browser Upgrade Prompt
105-
106-
The main content area of the boilerplate includes a prompt to install an up to
107-
date browser for users of IE 9 and lower. If you intended to support IE, then you
108-
should edit or remove the snippet of code.
109-
110104
## Modernizr
111105

112106
HTML5 Boilerplate uses a custom build of Modernizr.

src/index.html

-3
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,6 @@
1818
</head>
1919

2020
<body>
21-
<!--[if IE]>
22-
<p class="browserupgrade">You are using an <strong>outdated</strong> browser. Please <a href="https://browsehappy.com/">upgrade your browser</a> to improve your experience and security.</p>
23-
<![endif]-->
2421

2522
<!-- Add your site or application content here -->
2623
<p>Hello world! This is HTML5 Boilerplate.</p>

0 commit comments

Comments
 (0)