From 80d305fe80bf3a5eba4e6c5a921ad1b4ac5971b3 Mon Sep 17 00:00:00 2001 From: Gustavo Maximiliano Cortez Date: Wed, 22 Apr 2015 03:52:09 -0300 Subject: [PATCH] Hide menu only for mobile --- public/views/walletHome.html | 6 +----- src/js/controllers/send.js | 4 +++- 2 files changed, 4 insertions(+), 6 deletions(-) diff --git a/public/views/walletHome.html b/public/views/walletHome.html index 82894d4a9..61136d5cc 100644 --- a/public/views/walletHome.html +++ b/public/views/walletHome.html @@ -54,7 +54,6 @@ -
Recreating Wallet on BWS...
- - - -
+
diff --git a/src/js/controllers/send.js b/src/js/controllers/send.js index ac68085af..d91abae99 100644 --- a/src/js/controllers/send.js +++ b/src/js/controllers/send.js @@ -67,7 +67,9 @@ angular.module('copayApp.controllers').controller('sendController', this.formFocus = function(what) { - hideMenuBar(what); + if (isCordova) { + hideMenuBar(what); + } if (!this.isWindowsPhoneApp) return if (!what) {