Cleanup bottom menu html
Menu always has 3 items, so no need in complex markup
This commit is contained in:
parent
108fd714d7
commit
aab77c8fae
2 changed files with 3 additions and 25 deletions
|
|
@ -41,8 +41,6 @@ angular.module('copayApp.controllers').controller('indexController', function($r
|
|||
}];
|
||||
|
||||
ret.addonViews = addonManager.addonViews();
|
||||
ret.menu = ret.menu.concat(addonManager.addonMenuItems());
|
||||
ret.menuItemSize = ret.menu.length > 4 ? 2 : 4;
|
||||
ret.txTemplateUrl = addonManager.txTemplateUrl() || 'views/includes/transaction.html';
|
||||
|
||||
ret.tab = 'walletHome';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue