added reload button

This commit is contained in:
q
2017-06-03 12:11:52 +03:00
parent f17e6d3819
commit ff5d395db8
2 changed files with 13 additions and 5 deletions

View File

@@ -16,6 +16,7 @@ MDLinks is a static HTML page with JS markdown parser. It creates a link portal
* config.style='path_to_style.css';
* config.title='Title of page';
* config.columns=[integer]; // Split heads to this many columns
* config.narrow=[integer]; // Create one column table on windows narrower than N pixels
* config.search=true; // Display link search bar
* config.favicon='path_to_favicon.ico';