Initial commit

This commit is contained in:
alexpete
2021-03-05 11:26:34 -08:00
commit a10351f38d
27091 changed files with 5521199 additions and 0 deletions
+18
View File
@@ -0,0 +1,18 @@
/**
* Created by huntsper on 4/10/15.
*/
/*$('#pdf-and-forum-show').click(function(){
$('#pdf-and-forum').toggleClass('visible');
$('#pdf-and-forum-show').toggleClass("fa-caret-square-o-up fa-caret-square-o-down");
});*/
$('#feedback-show').click(function(){
$('#feedback').toggleClass('visible');
});
$('#toggle-contents').click(function(){
$('#toc').toggleClass('visible');
});