Skip to content

Commit

Permalink
Removing the Browser Upgrade Prompt
Browse files Browse the repository at this point in the history
This commit removes the browser upgrade prompt that we've had in the project for oh so many years.
  • Loading branch information
roblarsen committed Apr 15, 2020
1 parent 1371413 commit 23c4112
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 18 deletions.
6 changes: 0 additions & 6 deletions dist/doc/html.md
Original file line number Diff line number Diff line change
Expand Up @@ -101,12 +101,6 @@ The central part of the boilerplate template is pretty much empty. This is
intentional, in order to make the boilerplate suitable for both web page and
web app development.

### Browser Upgrade Prompt

The main content area of the boilerplate includes a prompt to install an up to
date browser for users of IE 9 and lower. If you intended to support IE, then you
should edit or remove the snippet of code.

## Modernizr

HTML5 Boilerplate uses a custom build of Modernizr.
Expand Down
3 changes: 0 additions & 3 deletions dist/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,6 @@
</head>

<body>
<!--[if IE]>
<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>
<![endif]-->

<!-- Add your site or application content here -->
<p>Hello world! This is HTML5 Boilerplate.</p>
Expand Down
6 changes: 0 additions & 6 deletions src/doc/html.md
Original file line number Diff line number Diff line change
Expand Up @@ -101,12 +101,6 @@ The central part of the boilerplate template is pretty much empty. This is
intentional, in order to make the boilerplate suitable for both web page and
web app development.

### Browser Upgrade Prompt

The main content area of the boilerplate includes a prompt to install an up to
date browser for users of IE 9 and lower. If you intended to support IE, then you
should edit or remove the snippet of code.

## Modernizr

HTML5 Boilerplate uses a custom build of Modernizr.
Expand Down
3 changes: 0 additions & 3 deletions src/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,6 @@
</head>

<body>
<!--[if IE]>
<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>
<![endif]-->

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

0 comments on commit 23c4112

Please sign in to comment.