Difference between revisions of "Template:Toc"

From The Official Visionaire Studio: Adventure Game Engine Wiki
Line 6: Line 6:
 
$(document).ready(function() {
 
$(document).ready(function() {
  
     $('.ftoc_content').slimScroll({
+
     $('.ftoc').slimScroll({
 
         height: 'auto'
 
         height: 'auto'
 
     });
 
     });

Revision as of 02:27, 21 August 2014

Generates a floating Table of contents menu in a fixed position on the left hand side of the screen.