Skip to content

Commit

Permalink
Use the menu to communicate that 4C is for backwards compatibility
Browse files Browse the repository at this point in the history
This is by no means perfect, but hopefully this will limit frustration
when the old app "isn't working"
  • Loading branch information
sz3 committed Feb 23, 2024
1 parent a0178c2 commit e5ee681
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion web/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -286,7 +286,7 @@
<li><a href="javascript:void(0)" onclick="Main.toggleFullscreen()">Fullscreen</a></li>
<hr>
<li><a class="mode-b" href="javascript:void(0)" onclick="Main.setMode('B')">Mode B</a></li>
<li><a class="mode-4c" href="javascript:void(0)" onclick="Main.setMode('4C')">Mode 4C</a></li>
<li><a class="mode-4c" href="javascript:void(0)" onclick="Main.setMode('4C')">4C <small>(old apps)</small></a></li>
<li class="small"><a href="https://github.com/sz3/libcimbar">github</a></li>
<li class="small"><a href="https://github.com/sz3/cfc/releases/latest">android app</a></li>
</ul>
Expand Down
2 changes: 1 addition & 1 deletion web/sw.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@

var _cacheName = 'cimbar-js-v0.5.14';
var _cacheName = 'cimbar-js-v0.6.0';
var _cacheFiles = [
'/',
'/index.html',
Expand Down

0 comments on commit e5ee681

Please sign in to comment.