From 4b988c8affc4c3c731ae543803421ee683a43d25 Mon Sep 17 00:00:00 2001 From: "Arnaud G. GIBERT" Date: Wed, 15 Jul 2026 18:53:48 +0200 Subject: [PATCH] - Fix release date --- .gitignore | 2 ++ ReleaseNotes.txt | 2 +- src/html/lmbrowse_config.inc | 33 +++++++++++++++++++++++++-------- 3 files changed, 28 insertions(+), 9 deletions(-) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..556bc65 --- /dev/null +++ b/.gitignore @@ -0,0 +1,2 @@ +*~ +*.old diff --git a/ReleaseNotes.txt b/ReleaseNotes.txt index 26f7f30..c3ed280 100644 --- a/ReleaseNotes.txt +++ b/ReleaseNotes.txt @@ -1,5 +1,5 @@ ------------------------------------------------------------------------------------------------------------------------------------ -LMBrowse V 1.9.1 - A. GIBERT - 2026/07/13 +LMBrowse V 1.9.1 - A. GIBERT - 2026/07/18 ------------------------------------------------------------------------------------------------------------------------------------ - Add docker support, diff --git a/src/html/lmbrowse_config.inc b/src/html/lmbrowse_config.inc index f0270ca..3be4cda 100644 --- a/src/html/lmbrowse_config.inc +++ b/src/html/lmbrowse_config.inc @@ -1,9 +1,29 @@ . */ +/* */ +/*--------------------------------------------------------------------------------------------------------------------------------*/ + + /*--------------------------------------------------------------------------------------------------------------------*/ /* Path and URL definition */ @@ -30,9 +50,6 @@ $lmb_keywords = "langueur monotone,music,graphic,project,group,band,Arnaud G. GI /* Google analytics */ $lmb_ga_enable = true; -/* JPlayer Inpector link*/ -$lmb_jpi_enable = false; - /*--------------------------------------------------------------------------------------------------------------------*/