Skip to content

Commit

Permalink
Merge pull request #6 from mike652638/mike652638-patch-6
Browse files Browse the repository at this point in the history
Add <!--[if lte IE 9]> <![endif]--> snippet
  • Loading branch information
Mike Zheng authored Jun 14, 2017
2 parents a7e9692 + 51777d1 commit 1ce6742
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion twitch.html
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,15 @@
}
}
</style>
<!-- <script src="https://cdn.bootcss.com/jquery/3.2.1/jquery.min.js"></script> -->
<script src="https://cdn.bootcss.com/jquery/3.2.1/jquery.min.js"></script>
<script src="https://cdn.bootcss.com/jqueryui/1.12.1/jquery-ui.min.js"></script>
<script type="text/javascript" src="twitch/twitch.js"></script>
<!--[if lte IE 9]>
<script src="https://cdn.bootcss.com/jquery/1.9.0/jquery.min.js"></script>
<script type='text/javascript' src='https://cdnjs.cloudflare.com/ajax/libs/jquery-ajaxtransport-xdomainrequest/1.0.0/jquery.xdomainrequest.min.js'></script>
<script src="https://cdn.bootcss.com/jqueryui/1.12.1/jquery-ui.min.js"></script>
<script type="text/javascript" src="twitch/twitch.js"></script>
<![endif]-->
</head>

<body>
Expand Down

0 comments on commit 1ce6742

Please sign in to comment.