We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f5df71d commit 736d0a5Copy full SHA for 736d0a5
2 files changed
index.html
@@ -293,7 +293,7 @@ <h5 class="details">and with <a target="_blank" href="http://angularjs.org/" tit
293
</div>
294
295
296
- <!--[if gte IE 9]><!-->
+ <!--[if gte IE 10]><!-->
297
<script src="js/vendor/custom.modernizr.js"></script>
298
<script type="text/javascript" src="//use.typekit.net/gad4asz.js"></script>
299
<script type="text/javascript">try{Typekit.load();}catch(e){}</script>
js/script.js
@@ -1,4 +1,4 @@
1
-if (/MSIE [0-8]/.test(navigator.userAgent)) {
+if (/MSIE [5-9]/.test(navigator.userAgent)) {
2
document.getElementById('old').style.display = 'block';
3
document.getElementById('supported').style.display = 'none';
4
} else {
0 commit comments