mirror of
https://github.com/seigler/dash-docs
synced 2025-07-27 09:46:12 +00:00
Auto-hide unselected wallet menu entries (thanks Craig Watkins)
This commit is contained in:
parent
bcc4b1fad5
commit
77511cb0d7
3 changed files with 26 additions and 18 deletions
|
@ -924,7 +924,7 @@ wallets:
|
|||
<p class="summary">{% translate pagedesc %}</p>
|
||||
|
||||
<div class="walletmenu" id="walletmenu" onclick="walletMenuListener(event);" ontouchstart="walletMenuListener(event);">
|
||||
<ul onclick="mobileMenuHover(event);" ontouchstart="mobileMenuHover(event);">
|
||||
<ul>
|
||||
<li class="wallet-mobile">
|
||||
<a id="mobile" data-walletcompat="mobile">{% translate walletcatmobile %}</a>
|
||||
<ul>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue