Hide menu if wallet is not authorized

This commit is contained in:
Gustavo Maximiliano Cortez 2015-09-28 18:27:52 -03:00
commit afe6c1039c
No known key found for this signature in database
GPG key ID: 15EDAD8D9F2EB1AF
2 changed files with 6 additions and 6 deletions

View file

@ -182,7 +182,7 @@
receive
-->
<div id="receive" class="receive tab-view">
<div id="receive" class="receive tab-view" ng-if="!index.notAuthorized">
<div ng-show="index.needsBackup && !home.skipBackup" class="p60t row text-center">
<div class="text-warning text-bold m15b">
@ -280,7 +280,7 @@
send
-->
<div id="send" class="send tab-view">
<div id="send" class="send tab-view" ng-if="!index.notAuthorized">
<div>
<h4 class="title m0">
@ -439,7 +439,7 @@
history
-->
<div id="history" class="history tab-view">
<div id="history" class="history tab-view" ng-if="!index.notAuthorized">
<div class="row m20t" ng-show="!index.txHistory[0] && !index.updatingTxHistory">
<div class="large-12 columns">
<div class="oh text-center">