Sort the listing alphabetically

This commit is contained in:
Matt Isenhower 2023-05-30 21:31:10 -07:00
parent 0e4d059602
commit 9f208b6571

View File

@ -9,6 +9,7 @@
<script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/3.1.1/jquery.min.js"></script>
<script type="text/javascript">
var S3BL_IGNORE_PATH = true;
var S3B_SORT = 'A2Z';
var BUCKET_URL = 'https://splatoon3ink-archive.nyc3.digitaloceanspaces.com';
</script>
<script type="text/javascript" src="https://rufuspollock.github.io/s3-bucket-listing/list.js"></script>