Display no category by default on the wallet page

This commit is contained in:
Saivann 2014-12-10 02:07:49 -05:00
parent e3614f182b
commit 4b7da55f46
2 changed files with 18 additions and 7 deletions

View file

@ -688,7 +688,7 @@ wallets:
<div class="wallets walletsmobile" id="walletsmobile"></div>
<script>if(isMobile())walletShowPlatform('mobile');else walletShowPlatform('desktop');</script>
<script>if (isMobile()) walletShowPlatform('mobile'); else walletShowPlatform('default');</script>
<div class="walletsdisclaimer">
<h2><img src="/img/icons/warning.svg" class="warningicon" alt="warning">{% translate educate %}</h2>