Continued problem with footnotes not showing

Discussions about the Notes and Journal tool on LDS.org. This includes the Study Toolbar as well as the scriptures and other content on LDS.org that is integrated with Notes and Journal.
jamathias
New Member
Posts: 1
Joined: Wed May 21, 2014 6:32 am

Re: Continued problem with footnotes not showing

#11

Post by jamathias »

I've had this problem for months, and currently I can't see the footnotes at all, even when I'm not logged in! I even tried using Mozilla instead of Chrome and still almost never have footnotes on any scripture. I found a couple exceptions, like Abraham 5 does show footnotes.
Apparently it has to do with this variable:

Code: Select all

        <script type="text/javascript">
            var showFootnotesText = "Show Footnotes";
            var hideFootnotesText = "Hide Footnotes";
        </script>
Or when we click on "Show Footnotes" it looks like the hideFootnotes function is called:

Code: Select all

 <a class="hide-footnotes" href="#" onclick="hideFootnotes('Show Footnotes', 'Hide Footnotes');">Hide Footnotes</a>
Though oddly enough what's being displayed is "Hide Footnotes" even though that's not what I see on my screen.
Post Reply

Return to “Notes and Journal, and Online Scriptures”