download links in book text
[wolnelektury.git] / wolnelektury / static / js / book.js
index d6dfec9..335fe39 100644 (file)
@@ -32,7 +32,7 @@ $(function() {
         scrollToAnchor($(this).attr('href'));
     });
 
-    $('#menu li a').toggle(function() {
+    $('#menu li a.menu').toggle(function() {
         $('#menu li a.selected').click();
         $(this).addClass('selected');
         $($(this).attr('href')).slideDown('fast');