Removing IE8 deprecation notice

I think we're well past warning IE8 users that the site won't work for
them
This commit is contained in:
Jeff Avallone
2017-07-30 01:33:22 -04:00
parent d2ef260f81
commit 04a7f45dbd
3 changed files with 0 additions and 28 deletions
-5
View File
@@ -1,5 +0,0 @@
<div id="deprecation-notice">
<h1>Regexper</h1>
<p>Your browser is no longer supported by the current version of Regexper. Please upgrade your browser to the latest version.</p>
</div>
-6
View File
@@ -19,11 +19,6 @@
<!-- Built: {{date}} -->
</head>
<body>
<!--[if lte IE 8]>
{{> "ie8_notice"}}
<![endif]-->
<!--[if gt IE 8]> <!-->
<header>
<div class="logo">
<h1><a href="/">Regexper</a></h1>
@@ -69,6 +64,5 @@
</footer>
{{> "open_iconic"}}
<!-- <![endif]-->
</body>
</html>