Commit 6a31498b authored by Dom Sekotill's avatar Dom Sekotill
Browse files

Switch bootstrap downloads to MaxCDN

Since the static.kodo.org.uk site has been removed, a quick switch to
MaxCDN is in order. Perhaps the CDN URLS should be a settings value?
parent d12af0f3
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -7,9 +7,9 @@
		{% include "icons.html" %}

		<meta name="viewport" content="width=device-width, initial-scale=1">
		<link rel="stylesheet" type="text/css" href="https://static.kodo.org.uk/bootstrap/3.2.0/css/bootstrap.min.css" />
		<link rel="stylesheet" type="text/css" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.2.0/css/bootstrap.min.css" />
		<!--script defer="1" src="https://static.kodo.org.uk/jquery/2.1.1/js/jquery-2.1.1.min.js"></script>
		<script defer="1" src="https://static.kodo.org.uk/bootstrap/3.2.0/js/bootstrap.min.js"></script-->
		<script defer="1" src="https://maxcdn.bootstrapcdn.com/bootstrap/3.2.0/js/bootstrap.min.js"></script-->

		<!--[if lt IE 9]>
		<script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>