Skip to content
Snippets Groups Projects
Commit 2636a58d authored by Shane Tomlinson's avatar Shane Tomlinson
Browse files

Putting the html5shim into /js directory so that it is common.

parent 0af2eca7
No related branches found
No related tags found
No related merge requests found
......@@ -2,7 +2,7 @@
<html>
<head>
<!--[if lt IE 9]>
<script src="/dialog/html5shim.js"></script>
<script src="/js/html5shim.js"></script>
<![endif]-->
<title>Browser ID</title>
</head>
......
......@@ -4,7 +4,7 @@
<meta charset="utf-8">
<title><%- title %></title>
<!--[if lt IE 9]>
<script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script>
<script src="/js/html5shim.js"></script>
<![endif]-->
<% if (production) { %>
<link rel="stylesheet" type="text/css" href="/css/browserid.min.css">
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment