Skip to content

Commit

Permalink
Updated: Updated index.html directory browsing javascript implementat…
Browse files Browse the repository at this point in the history
…ion to fix broken js include links
  • Loading branch information
brookinsconsulting committed Feb 8, 2017
1 parent d82ba9d commit c6036c3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions index.html
Expand Up @@ -12,8 +12,8 @@ <h2>Last updated: 2015-03-14 @ 08:30 AM CST</h2>

<div id="listing"></div>

<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.9.0/jquery.min.js"></script>
<script src="http://rgrp.github.io/s3-bucket-listing/list.js"></script>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.1.1/jquery.min.js"></script>
<script src="https://rawgit.com/rufuspollock/s3-bucket-listing/gh-pages/list.js"></script>

</body>
</html>

0 comments on commit c6036c3

Please sign in to comment.