mirror of
https://github.com/anope/anope.git
synced 2026-06-25 04:16:39 +02:00
Use CDN for the rest of the .js files
This commit is contained in:
@@ -13,9 +13,8 @@
|
||||
<script src="//netdna.bootstrapcdn.com/bootstrap/3.0.0/js/bootstrap.min.js"></script>
|
||||
|
||||
<!--[if lt IE 9]>
|
||||
<script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script>
|
||||
<script src="http://politeia.in/assets/js/html5shiv.js"></script>
|
||||
<script src="http://politeia.in/assets/js/respond.min.js"></script>
|
||||
<script src="//cdnjs.cloudflare.com/ajax/libs/html5shiv/3.6.2/html5shiv.js"></script>
|
||||
<script src="//cdnjs.cloudflare.com/ajax/libs/respond.js/1.2.0/respond.js"></script>
|
||||
<![endif]-->
|
||||
|
||||
<title>{TITLE}</title>
|
||||
|
||||
@@ -7,6 +7,7 @@
|
||||
</div>
|
||||
{END FOR}
|
||||
|
||||
{IF EXISTS CERTS}
|
||||
<table id="tableNSAccess" class="table table-hover">
|
||||
<tbody>
|
||||
{FOR CERT IN CERTS}
|
||||
@@ -17,6 +18,9 @@
|
||||
{END FOR}
|
||||
</tbody>
|
||||
</table>
|
||||
{ELSE}
|
||||
<em>Certificates list is empty.</em>
|
||||
{END IF}
|
||||
|
||||
<hr>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user