Minor changes

This commit is contained in:
Esther
2020-06-22 17:44:15 +01:00
parent 58c9e84f78
commit db2ba0684b
3 changed files with 4 additions and 3 deletions

View File

@@ -1,6 +1,5 @@
$(document).ready(function () {
$('.ham-button').on('click', function () {
$('.ham').toggleClass('open');
});
});