fix menu and sidebar
This commit is contained in:
parent
9abccdba41
commit
23f096844f
6 changed files with 23 additions and 21 deletions
|
|
@ -373,7 +373,7 @@ angular.module('copayApp.controllers').controller('walletHomeController', functi
|
|||
tries = tries || 0;
|
||||
if (tries > 5) return;
|
||||
var e = document.getElementById('menu-walletHome');
|
||||
if (!e) $timeout(function() {
|
||||
if (!e) return $timeout(function() {
|
||||
self.bindTouchDown(++tries);
|
||||
}, 500);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue