Fix broken TOC toggle

This commit is contained in:
Michael Rose
2014-10-03 15:14:36 -04:00
parent e9a6430722
commit 0c06eb1902
3 changed files with 11 additions and 3 deletions
+1 -1
View File
@@ -39,7 +39,7 @@ $(function() {
// Table of Contents toggle
$(function() {
$(".toc h3").click(function () {
$("#drawer").toggleClass("hidden");
$("#drawer").toggleClass("js-hidden");
});
});
+1 -1
View File
File diff suppressed because one or more lines are too long