Difference between revisions of "Template:Toc"

From The Official Visionaire Studio: Adventure Game Engine Wiki
m
m
Line 44: Line 44:
 
<script>
 
<script>
 
jQuery(function ($) {
 
jQuery(function ($) {
     $('.xxx').html("{{i18n|" + string + "}}");
+
     $('.xxx').text("{{i18n|" + string + "}}");
 
});
 
});
 
</script>
 
</script>

Revision as of 22:03, 30 October 2014

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