getkirby-v2 / toolkit

This is the deprecated toolkit for Kirby v2.
http://getkirby.com
81 stars 50 forks source link

html::shiv() Points to Nonexistent Javascript File #261

Closed neildaniels closed 6 years ago

neildaniels commented 6 years ago

Using html::shiv() gives a JavaScript file that no longer exists. (Well, nothing on Google Code exists anymore.)

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

Not sure what the best replacement URL is, but https://raw.githubusercontent.com/aFarkas/html5shiv/master/dist/html5shiv.min.js seems like a likely candidate.

lukasbestle commented 6 years ago

Interesting. I didn‘t even know we had that method. I‘m pretty sure we should deprecate it as the use-case has become too specific.