Re: HTML TOC does not work on page refresh

2018-03-12 Thread George Christman
It turns out this wasn't working due to an autofocus to a search box. On Mon, Mar 12, 2018 at 11:53 PM, George Christman wrote: > I'm setting up a simple HTML TOC which scrolls to the correct content id > while clicking a url like this Example TOC. > The TOC appends to the url like so > > https:

HTML TOC does not work on page refresh

2018-03-12 Thread George Christman
I'm setting up a simple HTML TOC which scrolls to the correct content id while clicking a url like this Example TOC. The TOC appends to the url like so https://www.example.com/#example_toc Now if I refresh the browser with the TOC appended the url, it doesn't scroll to the content. What could pos