Fix issue #69?

This commit is contained in:
Fabrice Niessen 2019-04-09 21:10:08 +02:00
parent 9fce8f4650
commit ceae4c57c5
2 changed files with 4 additions and 4 deletions

View File

@ -36,8 +36,8 @@ $( document ).ready(function() {
// a Bootstrap nav component.
$('body').scrollspy({target: '#text-table-of-contents'});
// add sticky table headers
$('table').stickyTableHeaders();
// DON'T add sticky table headers (Fix issue #69?)
// $('table').stickyTableHeaders();
// set the height of tableOfContents
var $postamble = $('#postamble');

View File

@ -1472,8 +1472,8 @@ $( document ).ready(function() {
// a Bootstrap nav component.
$('body').scrollspy({target: '#text-table-of-contents'});
// add sticky table headers
$('table').stickyTableHeaders();
// DON'T add sticky table headers (Fix issue #69?)
// $('table').stickyTableHeaders();
// set the height of tableOfContents
var $postamble = $('#postamble');