Switch to new theme

This commit is contained in:
Don Harper 2017-02-22 11:10:22 -06:00
parent 826c907a85
commit fac0ef25cb
13 changed files with 11578 additions and 1 deletions

View file

@ -0,0 +1,4 @@
$('#menu-toggle').click(function() {
$('#menu').toggleClass('hide');
$('#menu-toggle').toggleClass('active');
});