You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Just gave this a run, and very impressed as to how the javascript is so cleanly separated from the server.
When using an Apache mod_autoindex to generate a directory listing, I get this effect below - the directory listing appears twice, once inside a ul tag as provided by mod_autoindex, and a second time via a ul tag embedded in a main tag:
Am I misunderstanding how this works?
The text was updated successfully, but these errors were encountered:
Thanks for the valuable feedback! The examples provided are just provided as-is for a starting point rather than a fully fledged integration so, yeah, definitely a hack to make it look 'right' without much in the way of configuration.
Sounds like a sensible idea to me, also potentially just obliterating the DOM entirely would be another option, but I was worried about lack of flexibility (lets say you wanted to display a disclaimer or whatever in the Header) afforded by those options. If you have time would you mind having a go at those changes and setting up a PR? If not I'll come back to take a look at this as time allows.
Just gave this a run, and very impressed as to how the javascript is so cleanly separated from the server.
When using an Apache mod_autoindex to generate a directory listing, I get this effect below - the directory listing appears twice, once inside a ul tag as provided by mod_autoindex, and a second time via a ul tag embedded in a main tag:
Am I misunderstanding how this works?
The text was updated successfully, but these errors were encountered: