mirror of
https://github.com/correl/melpa.git
synced 2024-12-19 03:00:50 +00:00
Add some shims for IE < 9
This commit is contained in:
parent
cd32b0f7ce
commit
e2958ceb35
1 changed files with 5 additions and 0 deletions
|
@ -6,6 +6,7 @@
|
|||
<meta name="description" lang="en" content="The largest and most up-to-date repository of Emacs packages."/>
|
||||
<link rel="shortcut icon" href="favicon.ico" />
|
||||
<link href="/updates.rss" rel="alternate" title="MELPA updates" type="application/rss+xml" />
|
||||
<!--[if lt IE 9]><script src="//cdnjs.cloudflare.com/ajax/libs/html5shiv/3.7/html5shiv.min.js" type="text/javascript"></script><![endif]-->
|
||||
<link href="http://netdna.bootstrapcdn.com/bootstrap/3.0.0/css/bootstrap.min.css" rel="stylesheet">
|
||||
<link rel="stylesheet" href="css/melpa.css" type="text/css" />
|
||||
</head>
|
||||
|
@ -38,6 +39,10 @@
|
|||
</ul>
|
||||
</noscript>
|
||||
</main>
|
||||
<!--[if lt IE 9]>
|
||||
<script src="//cdnjs.cloudflare.com/ajax/libs/es5-shim/2.3.0/es5-shim.min.js"></script>
|
||||
<script src="//cdnjs.cloudflare.com/ajax/libs/json2/20130526/json2.min.js"></script>
|
||||
<![endif]-->
|
||||
<script src="//cdnjs.cloudflare.com/ajax/libs/mithril/0.1.14/mithril.js"></script>
|
||||
<script src="//cdnjs.cloudflare.com/ajax/libs/moment.js/2.0.0/moment.min.js"></script>
|
||||
<script src="//cdnjs.cloudflare.com/ajax/libs/lodash.js/1.3.1/lodash.min.js"></script>
|
||||
|
|
Loading…
Reference in a new issue