ui: do not show 'initializing' when no card is inserted
The message branch treated the static auto_equip config flag as if initialization were in progress, so with auto-equip on (default) a cardless server showed 'Card inserted — initializing...' instead of the no-card message. The initializing state now requires equipping or an actually present card with auto-equip enabled; regression test added. SW cache v106 -> v107.
This commit is contained in:
+1
-1
@@ -1,4 +1,4 @@
|
||||
const CACHE = 'otaman-v106';
|
||||
const CACHE = 'otaman-v107';
|
||||
const URLS = [
|
||||
'index.html',
|
||||
'help.html',
|
||||
|
||||
Reference in New Issue
Block a user