attack fastclick
This commit is contained in:
parent
3c00a4a06c
commit
1f403468e6
3 changed files with 8 additions and 9 deletions
|
|
@ -121,8 +121,10 @@ angular.module('copayApp.controllers').controller('indexController', function($r
|
|||
if (document.getElementById(tab)) {
|
||||
document.getElementById(tab).className = 'tab-in tab-view ' + tab;
|
||||
var newe = document.getElementById('menu-' + tab);
|
||||
newe.className = 'active';
|
||||
newe.style.borderTopColor = self.backgroundColor;
|
||||
if (newe) {
|
||||
newe.className = 'active';
|
||||
newe.style.borderTopColor = self.backgroundColor;
|
||||
}
|
||||
}
|
||||
|
||||
self.tab = tab;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue