You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
19 lines
403 B
JavaScript
19 lines
403 B
JavaScript
/**
|
|
* 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');
|
|
});
|