martindholmes / facsViewer

Simple HTML/CSS/JS facsimile viewer which can read server directory listings
Mozilla Public License 2.0
1 stars 0 forks source link

Image block listing uses a template for construction, but folder info listing doesn't #11

Open martindholmes opened 4 years ago

martindholmes commented 4 years ago

The folder listing part of the render() method still uses a DOM element constructor approach to rendering the links. It would be more consistent to switch to using a template, like the one we use for image blocks, and it makes for easier customization.