Switched to https for jQuery. Browsers complained.
This commit is contained in:
parent
416bb97202
commit
b4a66d8b7c
@ -14,7 +14,7 @@
|
||||
<script src="https://raw.github.com/headjs/headjs/v0.96/dist/head.min.js"> </script>
|
||||
<script>
|
||||
head.js(
|
||||
{jquery: 'http://code.jquery.com/jquery.min.js'},
|
||||
{jquery: 'https://code.jquery.com/jquery.min.js'},
|
||||
{prefixfree: 'https://raw.github.com/LeaVerou/prefixfree/gh-pages/prefixfree.min.js'},
|
||||
{listing: '/autoindex/scripts/listing.js'}
|
||||
);
|
||||
@ -41,4 +41,4 @@
|
||||
</header>
|
||||
|
||||
<section id="path"> </section>
|
||||
<section id="file" class="noise">
|
||||
<section id="file" class="noise">
|
||||
|
Loading…
Reference in New Issue
Block a user