Skip to content

Commit

Permalink
fix issue #30
Browse files Browse the repository at this point in the history
  • Loading branch information
coulisse committed Jan 23, 2023
1 parent db879c0 commit bced178
Show file tree
Hide file tree
Showing 7 changed files with 11 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:** <[email protected]>
- **Licensing:** Gpl V3.0 see [LICENSE](LICENSE) file.
Expand Down
5 changes: 5 additions & 0 deletions docs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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

Expand Down
2 changes: 1 addition & 1 deletion static/html/rel/offline.html
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ <h2 class="display-4">No internet connection</h2>
<span class="copyleft">&copy;</span> Copyleft:
<span id="copyDate"></span>
<a href="https://github.com/coulisse/spiderweb/" target="blank" rel="noopener">IU1BOW Spiderweb</a>
<span id="version">v2.4.1.1</span>
<span id="version">v2.4.1.2</span>
</div>
</footer>
<script async src="static/js/rel/load-sw.min.js"></script>
Expand Down
1 change: 1 addition & 0 deletions static/js/dev/common.js
Original file line number Diff line number Diff line change
Expand Up @@ -156,6 +156,7 @@ function showTime(){
}


document.getElementById('MyClockDisplay').addEventListener('load',showTime());
document.getElementById('copyDate').innerHTML='2020-'.concat(new Date().getFullYear());
/*
function doRefresh(){
Expand Down
2 changes: 1 addition & 1 deletion static/js/rel/common.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion static/manifest.webmanifest
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "IU1BOW DXCluster v2.4.1.1",
"name": "IU1BOW DXCluster v2.4.1.2",
"description": "DXCluser for ham radio by IU1BOW",
"short_name": "IU1BOW DX",
"theme_color": "#2196f3",
Expand Down
2 changes: 1 addition & 1 deletion templates/_base.html
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@
<span class="copyleft">&copy;</span> Copyleft:
<span id="copyDate"></span>
<a href="https://github.com/coulisse/spiderweb/" target="blank" rel="noopener">IU1BOW Spiderweb</a>
<span id="version">v2.4.1.1</span>
<span id="version">v2.4.1.2</span>
</div>
</footer>
<script async src="static/js/rel/load-sw.min.js"></script>
Expand Down

0 comments on commit bced178

Please sign in to comment.