Skip to content
This repository has been archived by the owner on Jun 9, 2018. It is now read-only.

Commit

Permalink
fix: Drop IE10 support, #334
Browse files Browse the repository at this point in the history
  • Loading branch information
MartijnR committed Jan 23, 2015
1 parent b484ac1 commit fa7a17d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Code_Igniter/application/views/elements/html_start.php
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<meta name="robots" content="<?= $robots ?>"/>
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="apple-mobile-web-app-capable" content="yes" />
<!--[if lt IE 10]>
<!--[if lt IE 11]>
<script type="text/javascript">window.location = 'modern_browsers';</script>
<![endif]-->
<? foreach ($stylesheets as $css): ?>
Expand Down

0 comments on commit fa7a17d

Please sign in to comment.