From bced1786fca0756b0b748be67022b5da0f3761ca Mon Sep 17 00:00:00 2001 From: coulisse Date: Mon, 23 Jan 2023 23:51:53 +0100 Subject: [PATCH] fix issue #30 --- README.md | 2 +- docs/CHANGELOG.md | 5 +++++ static/html/rel/offline.html | 2 +- static/js/dev/common.js | 1 + static/js/rel/common.min.js | 2 +- static/manifest.webmanifest | 2 +- templates/_base.html | 2 +- 7 files changed, 11 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index aff737d..0a05184 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ [![CodeFactor](https://www.codefactor.io/repository/github/coulisse/spiderweb/badge)](https://www.codefactor.io/repository/github/coulisse/spiderweb) -- **Release:** v2.4.1.1 +- **Release:** v2.4.1.2 - **Author:** Corrado Gerbaldo - [IU1BOW](https://www.qrz.com/db/IU1BOW) - **Mail:** - **Licensing:** Gpl V3.0 see [LICENSE](LICENSE) file. diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md index ab2d007..5ced20a 100644 --- a/docs/CHANGELOG.md +++ b/docs/CHANGELOG.md @@ -1,5 +1,10 @@ ### Change log Date: 23/01/2023 +Release: v2.4.1.2 +- fixed issue #30 bug on callsign search + +___ +Date: 23/01/2023 Release: v2.4.1.1 - fixed issue #29 bug on callsign search diff --git a/static/html/rel/offline.html b/static/html/rel/offline.html index 8a99c1c..e583eb0 100644 --- a/static/html/rel/offline.html +++ b/static/html/rel/offline.html @@ -101,7 +101,7 @@

No internet connection

© Copyleft: IU1BOW Spiderweb - v2.4.1.1 + v2.4.1.2 diff --git a/static/js/dev/common.js b/static/js/dev/common.js index c4ff71b..ed6391c 100644 --- a/static/js/dev/common.js +++ b/static/js/dev/common.js @@ -156,6 +156,7 @@ function showTime(){ } +document.getElementById('MyClockDisplay').addEventListener('load',showTime()); document.getElementById('copyDate').innerHTML='2020-'.concat(new Date().getFullYear()); /* function doRefresh(){ diff --git a/static/js/rel/common.min.js b/static/js/rel/common.min.js index d28218e..88fcf98 100644 --- a/static/js/rel/common.min.js +++ b/static/js/rel/common.min.js @@ -1 +1 @@ -function setCookie(e,t,n){var o=new Date,n=(o.setTime(o.getTime()+24*n*60*60*1e3),"expires="+o.toUTCString());"https:"==location.protocol?document.cookie=e+"="+t+";"+n+";path=/;Samesite=Strict;Secure=True":(console.log("Warning: could not set secure cookie: try with Samsite Lax..."),document.cookie=e+"="+t+";"+n+";path=/;Samesite=Lax")}function getCookie(e){var n=e+"=",o=decodeURIComponent(document.cookie).split(";");for(let t=0;t(""+new Array(t).fill(0)+e).slice(-t)),n=e(t.getHours()),e=e(t.getMinutes()),o=get_months_names()[t.getMonth()];return"Data refresh: "+t.getDate()+" of "+o+" "+t.getFullYear()+" at "+n+":"+e}function get_months_names(){var t=[];for(let e=1;e<13;e++){var n=new Date;n.setMonth(e-1),t.push(n.toLocaleString("en-US",{month:"short"}))}return t}function format_u_k_m(e){let t,n=1;e<0&&(n=-1);e=Math.abs(e);return 0==e?t=e:0(""+new Array(t).fill(0)+e).slice(-t)),n=e(t.getHours()),e=e(t.getMinutes()),o=get_months_names()[t.getMonth()];return"Data refresh: "+t.getDate()+" of "+o+" "+t.getFullYear()+" at "+n+":"+e}function get_months_names(){var t=[];for(let e=1;e<13;e++){var n=new Date;n.setMonth(e-1),t.push(n.toLocaleString("en-US",{month:"short"}))}return t}function format_u_k_m(e){let t,n=1;e<0&&(n=-1);e=Math.abs(e);return 0==e?t=e:0© Copyleft: IU1BOW Spiderweb - v2.4.1.1 + v2.4.1.2