From ceae4c57c50a2b676aab2fa6187fa0f973949474 Mon Sep 17 00:00:00 2001 From: Fabrice Niessen Date: Tue, 9 Apr 2019 21:10:08 +0200 Subject: [PATCH] Fix issue #69? --- styles/readtheorg/js/readtheorg.js | 4 ++-- styles/readtheorg/readtheorg.org | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/styles/readtheorg/js/readtheorg.js b/styles/readtheorg/js/readtheorg.js index 0f8439a..6dff6c4 100644 --- a/styles/readtheorg/js/readtheorg.js +++ b/styles/readtheorg/js/readtheorg.js @@ -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'); diff --git a/styles/readtheorg/readtheorg.org b/styles/readtheorg/readtheorg.org index 25d7768..0336eac 100644 --- a/styles/readtheorg/readtheorg.org +++ b/styles/readtheorg/readtheorg.org @@ -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');