diff --git a/band-plan.html b/band-plan.html index 52c6bc7..fe64d6c 100644 --- a/band-plan.html +++ b/band-plan.html @@ -300,10 +300,12 @@ div>label { // eslint-disable-next-line no-unused-vars function help() { alert( - 'Plan: use your own yml file for a band plan, URLs are possible, CORS needs to be allowed for the file\n' + 'Base plan and Extension plan: use your own yml file for a band plan, URLs are possible, CORS needs to be allowed for the files, download standard files for examples\n' + 'Filter rows with text in column headings, use filter starting with "!" as exclusion\n' - + 'Download list: saves .pdf of the current list\n' - + 'Selection of rows with mouse possible' + + 'Download list: saves .pdf of the current list (selection of rows apply)\n' + + 'Selection of rows with mouse possible\n' + + 'Download plans: get the yml plans\n' + + 'Create link: get link for currently selected plans for bookmarking\n' ); } @@ -326,5 +328,9 @@ div>label {
+
+

This information is supplied without liability.

+

Source is at https://src.dm5wk.de/dm5wk/band-plan-web/

+