Revert "rm fastclick"
This reverts commit ea7484512f.
Conflicts:
src/js/controllers/index.js
This commit is contained in:
parent
67b68d3302
commit
3c00a4a06c
4 changed files with 5 additions and 4 deletions
|
|
@ -13,8 +13,7 @@ angular.module('copayApp.controllers').controller('indexController', function($r
|
|||
self.menu = [{
|
||||
'title': 'Home',
|
||||
'icon': 'icon-home',
|
||||
'link': 'walletHome',
|
||||
'active': true,
|
||||
'link': 'walletHome'
|
||||
}, {
|
||||
'title': 'Receive',
|
||||
'icon': 'icon-receive',
|
||||
|
|
@ -104,7 +103,6 @@ angular.module('copayApp.controllers').controller('indexController', function($r
|
|||
};
|
||||
|
||||
self.setTab = function(tab) {
|
||||
|
||||
if (self.tab === tab)
|
||||
return;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue