matthieua / WOW

Reveal CSS animation as you scroll down a page
https://www.delac.io/WOW/
9.92k stars 4.11k forks source link

Fix HTML5Shiv link #336

Closed coliff closed 2 years ago

coliff commented 5 years ago

Google Code has closed down so the link no longer works -instead use https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js which Bootstrap 3 uses: https://getbootstrap.com/docs/3.4/getting-started/#template

coliff commented 2 years ago

closing this now. No one needs IE9 support anymore. I suggest removing this altogether:

  <!--[if IE]>
    <script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script>
  <![endif]-->