Difference between revisions of "Template:Toc"
From The Official Visionaire Studio: Adventure Game Engine Wiki
Line 5: | Line 5: | ||
<script> | <script> | ||
$(function(){ | $(function(){ | ||
− | $(' | + | $('.ftoc_content').slimScroll({ |
− | height: ' | + | height: '280px' |
}); | }); | ||
}); | }); |
Revision as of 01:16, 21 August 2014
Generates a floating Table of contents menu in a fixed position on the left hand side of the screen.