Skip to content

Commit 070d673

Browse files
author
Sander De la Marche
committed
Remove obsolete JS libraries
The new gallery doesn't use the jQuery mousewheel and hashchange events so we're dropping those. Since those were the only pieces of code depending on jQuery we can drop that dependency too.
1 parent c8003d4 commit 070d673

6 files changed

+1
-456
lines changed

_layouts/default.html

-1
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,5 @@
3535
<a href="/impress.html">Impressum</a>,
3636
<a href="https://github.com/i3/i3.github.io">Source</a>
3737
</footer>
38-
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.5.1/jquery.min.js"></script>
3938
</body>
4039
</html>

js/gallery.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Vanilla JS basic gallery - use at you please
1+
// Vanilla JS basic gallery - use as you please
22
// © 2020 Sander De la Marche
33

44
const screens = [];

0 commit comments

Comments
 (0)